search for: 035bd731

Displaying 2 results from an estimated 2 matches for "035bd731".

Did you mean: 035bd3a
2016 Jun 12
2
Early CSE clobbering llvm.assume
What he said :) It also, representationally, has a related issue our current assume does in terms of figuring out the set of assumptions applied. Given an instruction, in extended SSA, because " assume" produces a value used by things, it's trivial to find the chain of assumptions you can use for it. In a straight control flow representation, it requires finding which side of the
2016 Jun 14
3
Early CSE clobbering llvm.assume
...ix the general propagation problem, that's a huge job to start, and if we get it wrong, a lot larger to fix. Better to start small and go from there. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160614/035bd731/attachment.html>