[llvm] [ExtendLifetimes] Implement llvm.fake.use to extend variable lifetimes (PR #86149)
Stephen Tozer via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 22 05:49:51 PDT 2024
================
@@ -1401,6 +1401,14 @@ def FAULTING_OP : StandardPseudoInstruction {
let isTerminator = true;
let isBranch = true;
}
+def FAKE_USE : StandardPseudoInstruction {
----------------
SLTozer wrote:
Sure, I've expanded the comment.
https://github.com/llvm/llvm-project/pull/86149
More information about the llvm-commits
mailing list