[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,54 @@
+; RUN: opt -S -passes=sroa %s | FileCheck %s
----------------
arsenm wrote:
This should go in test/Transforms/SROA, not codegen
https://github.com/llvm/llvm-project/pull/86149
More information about the llvm-commits
mailing list