[llvm-bugs] [Bug 31399] [CodeGen] suboptimal code for ffs()
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jul 31 23:55:35 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=31399
Craig Topper <craig.topper at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |craig.topper at gmail.com
Resolution|FIXED |---
Status|RESOLVED |REOPENED
Assignee|ivan.i.kulagin at gmail.com |craig.topper at gmail.com
--- Comment #3 from Craig Topper <craig.topper at gmail.com> ---
This isn't completely fixed. There's another transform thats interfering with
the most basic case. The extra addition in the original report hides the issue
as does all of the IR tests committed with r336768
https://godbolt.org/g/RQNQjq
--
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/20180801/b1056694/attachment.html>
More information about the llvm-bugs
mailing list