Dan Gohman e1a2984847 Fix a subtle semantic issue with poison values that came up in
recent discussions. Poison can't make every value that depends on
it act in maximally undefined ways, because the optimizer may still
hoist code following the usual rules for undef. Make Poison invoke
its full undefined behavior only when it reaches an instruction with
externally visible side effects.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145913 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-06 03:35:58 +00:00
..
2011-04-09 02:13:37 +00:00
2011-11-29 19:38:09 +00:00
2011-10-31 23:46:50 +00:00
2011-04-09 02:13:37 +00:00
2011-10-31 13:04:26 +00:00
2011-09-27 18:44:01 +00:00
2011-12-01 17:25:28 +00:00