[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 05:09:32 PDT 2024


================
@@ -0,0 +1,53 @@
+; RUN: opt -mtriple=x86_64-unknown-unknown -S -codegenprepare <%s -o - | FileCheck %s
----------------
arsenm wrote:

Move to test/Transforms/CodeGenPrepare/

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


More information about the llvm-commits mailing list