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

Orlando Cazalet-Hyams via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 25 05:07:26 PDT 2024


================
@@ -0,0 +1,100 @@
+# Parsing dwarfdump's output to determine whether the location list for the
----------------
OCHyams wrote:

Maybe I'm not fully understanding this use case, but can't we replicate these checks with filecheck instead? IMO that would be cleaner than introducing some special equipment, if we can avoid it. Wdyt?

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


More information about the llvm-commits mailing list