"llvm/lib/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "6362cbe64e0a4ea472dcc5c1f31cf470cf196853"
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. llvm-svn: 145913
Loading
Please register or sign in to comment