[llvm-bugs] [Bug 39511] A/F: (!From->hasAnyUseOfValue(i) || From->getValueType(i) == To->getValueType(i)) && "Cannot use this version of ReplaceAllUsesWith!" after r345602
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Nov 1 08:50:07 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=39511
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Fixed By Commit(s)| |345842
Resolution|--- |FIXED
--- Comment #4 from Sanjay Patel <spatel+llvm at rotateright.com> ---
Thanks for the bug report and reduction. Should be fixed here:
https://reviews.llvm.org/rL345842
It's possible that we may want to allow non-power-of-2 extraction in the future
as an optimization, but for now, we just don't try.
--
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/20181101/8dc9a588/attachment.html>
More information about the llvm-bugs
mailing list