[llvm-bugs] [Bug 38691] addus/subus-as-native IR can be defeated by optimizer

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Sep 12 09:51:06 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=38691

Steven Johnson <srj at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #26 from Steven Johnson <srj at google.com> ---
After further investigation, it looks like the pcmp issue I'm seeing isn't
really injected by these fixes at all; the apparent injection point of r341708
was really just inducing some code motion that happened to change our
particular test, but the real underlying issue appears to have actually been
injected by r339875. At this point I think we can declare this bug fixed; I'll
open a new one for the other issue.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180912/3bcb3e4c/attachment.html>


More information about the llvm-bugs mailing list