[llvm-bugs] [Bug 51340] Wrong code generated for x86 inline assembly

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Nov 3 13:59:41 PDT 2021


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

Eli Friedman <efriedma at quicinc.com> changed:

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

--- Comment #3 from Eli Friedman <efriedma at quicinc.com> ---
Please open a new bug, so it doesn't get confused with the original issue.

(It looks like the compiler isn't realizing that "fi.f" and "fi.i" are
equivalent to "fi" at -O0.  It does the right thing if you just use "fi"
instead.)

-- 
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/20211103/03d46203/attachment.html>


More information about the llvm-bugs mailing list