This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f3dd00a26c1bea374e0a01eaacba959cd3126a8e
clang-p2996
/
llvm
/
test
/
Transforms
/
JumpThreading
History
Chris Lattner
59345c8b65
remove asmparser support for the old getresult instruction, which has been subsumed by extractvalue.
...
llvm-svn: 133247
2011-06-17 06:57:15 +00:00
..
2008-11-27-EntryMunge.ll
…
2010-08-26-and.ll
…
2011-04-02-SimplifyDeadBlock.ll
PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instruction
2011-04-02 22:45:17 +00:00
2011-04-14-InfLoop.ll
Fix an infinite alternation in JumpThreading where two transforms would repeatedly undo each other. The solution is to perform more aggressive constant folding to make one of the edges just folded away rather than trying to thread it.
2011-04-14 21:35:50 +00:00
and-and-cond.ll
…
and-cond.ll
…
basic.ll
…
branch-no-const.ll
…
compare.ll
…
crash.ll
remove asmparser support for the old getresult instruction, which has been subsumed by extractvalue.
2011-06-17 06:57:15 +00:00
degenerate-phi.ll
…
dg.exp
…
indirectbr.ll
…
lvi-load.ll
…
no-irreducible-loops.ll
…
or-undef.ll
…
pr9331.ll
Fix PR9331. Simplified version of a patch by Jakub Staszak.
2011-03-08 12:39:03 +00:00
select.ll
…
thread-loads.ll
…