[llvm] [RegAlloc] Fix register's live range for early-clobber (PR #152895)

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 17 23:23:01 PDT 2025


================
@@ -0,0 +1,75 @@
+# RUN: llc -mtriple=i386-unknown-linux-gnu -start-before=twoaddressinstruction -verify-machineinstrs -o - %s
----------------
KanRobert wrote:

It seems there is no CHECK in this test. I suppose it just checks "no crash"

https://github.com/llvm/llvm-project/pull/152895


More information about the llvm-commits mailing list