Files
clang-p2996/llvm/lib/CodeGen/GlobalISel/Legalizer.cpp
Matt Arsenault 02d25c82b8 GlobalISel: Remove block insertion legalizer check
This report was broken. The passed null block would crash in the
remark constructor.

I have a patch which will introduce a new block, and it seems to work
fine. It doesn't require legalizing any instructions in the new block,
so it's possible those will be missed.
2023-06-09 21:04:37 -04:00

14 KiB