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

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 29 11:38:53 PDT 2024


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

if it works right now, and reasonably can continue to do so for the specific example being tested - I'd keep it simple/test it exactly. If there's a specific case where we can't get the whole range - maybe add a test for that and, agian, test the exact behavior with a note "this doesn't extend to the very end of the function, and that's OK or that's a known limitation, or that's a known bug (with link to the bug)"

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


More information about the llvm-commits mailing list