[PATCH] D136255: [Assignment Tracking][25/*] Replace sunk address uses in dbg.assign intrinsics
Stephen Tozer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 19 09:52:34 PDT 2022
StephenTozer added a comment.
Not too important, but I'd find it preferable to delete the debug intrinsics for variables other than the one being tested, to reduce noise when reading the test. You could also remove debug intrinsics that aren't needed for the test to work, but YMMV on that.
================
Comment at: llvm/test/DebugInfo/Generic/assignment-tracking/codegenprepare/sunk-addr.ll:4-5
+
+;; Check that when CodeGenPrepare moves an address computation to a block its used
+;; in its dbg.assign uses are udpated.
+
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136255/new/
https://reviews.llvm.org/D136255
More information about the llvm-commits
mailing list