[llvm] [RegAlloc] Fix register's live range for early-clobber (PR #152895)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 17 23:49:59 PDT 2025
================
@@ -0,0 +1,75 @@
+# RUN: llc -mtriple=i386-unknown-linux-gnu -start-before=twoaddressinstruction -verify-machineinstrs -o - %s
----------------
LuoYuanke wrote:
Yes, the original purpose is to use machineverifier to check the live range of the register that is re-materialized, but I can add CHECK for this case.
https://github.com/llvm/llvm-project/pull/152895
More information about the llvm-commits
mailing list