[llvm-dev] Early CSE clobbering llvm.assume
Lawrence, Peter via llvm-dev
llvm-dev at lists.llvm.org
Fri Jun 10 17:34:43 PDT 2016
My (dumb?) question would be: why is llvm.assume being handled any differently than llvm.assert ?
Other than one trapping and one not-trapping, they should be identical, in both cases they are giving
The optimizers information, and that shouldn't be any different from being inside an "if" statement with the same condition ?
--Peter Lawrence.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160611/61b30fd1/attachment.html>
More information about the llvm-dev
mailing list