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
5fd452d596fc38ceffb4fc11bc6a535697f346de
clang-p2996
/
llvm
/
test
/
Transforms
/
IPConstantProp
History
Dan Gohman
1f522d98f8
Fix a use of an invalidated iterator in the case where there are multiple
...
adjacent uses of a dead basic block from the same user. This fixes PR5596. llvm-svn: 89658
2009-11-23 16:13:39 +00:00
..
2008-06-09-WeakProp.ll
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
2009-09-11 18:01:28 +00:00
2009-09-24-byval-ptr.ll
Constant propagating byval pointer is safe if function is readonly.
2009-09-24 18:33:42 +00:00
dangling-block-address.ll
Fix IPSCCP's code for deleting dead blocks to tolerate outstanding
2009-11-20 20:19:14 +00:00
deadarg.ll
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
2009-09-11 18:01:28 +00:00
dg.exp
sabre brings to my attention that the 'tr' suffix is also obsolete
2008-05-20 21:00:03 +00:00
recursion.ll
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
2009-09-11 18:01:28 +00:00
return-argument.ll
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
2009-09-11 18:01:28 +00:00
return-constant.ll
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
2009-09-11 18:01:28 +00:00
return-constants.ll
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
2009-09-11 18:01:28 +00:00
user-with-multiple-uses.ll
Fix a use of an invalidated iterator in the case where there are multiple
2009-11-23 16:13:39 +00:00