Files
clang-p2996/llvm/lib/CodeGen/InitUndef.cpp
Nikita Popov 7183771834 [InitUndef] Also handle inline asm (#108951)
InitUndef should also handle early-clobber / undef conflicts in inline
asm operands. Do this by iterating over all_defs() instead of defs().

The newly added ARM test was generating an "unpredictable STXP instruction,
status is also a source" error prior to this change.

Fixes https://github.com/llvm/llvm-project/issues/106380.
2024-09-19 09:59:36 +02:00

9.2 KiB