[llvm-bugs] [Bug 21207] DAG Combiner can generate illegal operations
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Nov 19 11:43:36 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=21207
Simon Pilgrim <llvm-dev at redking.me.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Fixed By Commit(s)| |347255
Resolution|--- |FIXED
--- Comment #3 from Simon Pilgrim <llvm-dev at redking.me.uk> ---
Legalization on the fly was added some time ago which should avoid this
problem.
rL347255 makes the op legality testing consistent throughout
DAGCombiner::SimplifyNodeWithTwoResults.
--
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/20181119/54eca3a3/attachment.html>
More information about the llvm-bugs
mailing list