1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/Transforms/EarlyCSE
David Majnemer 0c47b59618 [EarlyCSE] Don't add the overflow flags to the hash
We take the intersection of overflow flags while CSE'ing.
This permits us to consider two instructions with different overflow
behavior to be replaceable.

llvm-svn: 267153
2016-04-22 14:12:50 +00:00
..
AArch64 Fix several accidental DOS line endings in source files 2016-01-03 17:22:03 +00:00
atomics.ll [EarlyCSE] DSE of atomic unordered stores 2015-12-17 18:50:50 +00:00
basic.ll [EarlyCSE] Don't add the overflow flags to the hash 2016-04-22 14:12:50 +00:00
commute.ll
conditional.ll
edge.ll
fence.ll Allow value forwarding past release fences in EarlyCSE 2015-08-27 01:32:33 +00:00
flags.ll [EarlyCSE] Take the intersection of flags on instructions 2016-04-22 06:37:45 +00:00
floatingpoint.ll
instsimplify-dom.ll
read-reg.ll