https://bugs.llvm.org/show_bug.cgi?id=42129
Amara Emerson <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |[email protected]
Resolution|--- |FIXED
--- Comment #1 from Amara Emerson <[email protected]> ---
Should be fixed in r362666. We were trying to look through copies but then
called getVRegDef() on a physreg operand. This would normally be benign as it
returns nullptr if so, but with assertions enabled it if there are multiple
defs of the physreg (in this case due to a call instruction that imp-defs w0)
it will crash.
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs