[llvm] [ExtendLifetimes] Implement llvm.fake.use to extend variable lifetimes (PR #86149)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 6 10:41:35 PDT 2024


================
@@ -0,0 +1,223 @@
+# Prevent the machine scheduler from moving instructions past FAKE_USE.
+# RUN: llc -run-pass machine-scheduler -debug-only=machine-scheduler 2>&1 -o - %s | FileCheck %s
----------------
arsenm wrote:

This belongs in test/CodeGen/X86, not under MIR as it is not a MIR support test 

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


More information about the llvm-commits mailing list