This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-30 16:53:02 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
/
Transforms
/
InstSimplify
History
Benjamin Kramer
5986a24bae
Teach ComputeMaskedBits about sub nsw.
...
llvm-svn: 127548
2011-03-12 17:18:11 +00:00
..
2010-12-20-Boolean.ll
…
2010-12-20-Distribute.ll
Simplify (X<<1)-X into X. According to my auto-simplier this is the most common missed
2011-01-18 09:24:58 +00:00
2011-01-14-Thread.ll
…
2011-02-01-Vector.ll
Have m_One also match constant vectors for which every element is 1.
2011-02-01 08:39:12 +00:00
compare.ll
Teach ComputeMaskedBits about sub nsw.
2011-03-12 17:18:11 +00:00
dg.exp
…
exact-nsw-nuw.ll
Teach instsimplify some tricks about exact/nuw/nsw shifts.
2011-02-09 17:15:04 +00:00
fdiv.ll
Move InstCombine's knowledge of fdiv to SimplifyInstruction().
2011-01-29 15:26:31 +00:00
reassociate.ll
teach instsimplify to transform (X / Y) * Y to X
2011-02-06 22:05:31 +00:00