[PATCH] D123735: llvm-reduce: Fix asserting on undef virtual registers
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 13 14:36:08 PDT 2022
aeubanks accepted this revision.
aeubanks added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/tools/llvm-reduce/mir/undef-virt-reg.mir:9
+
+# Previously the the function clone would assert due to not preserving
+# virtual registers which had no defs.
----------------
extra `the`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123735/new/
https://reviews.llvm.org/D123735
More information about the llvm-commits
mailing list