[PATCH] D143141: [NFC][Assignment Tracking] Remove lifetime intrinsics from some tests

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 00:20:56 PST 2023


Orlando created this revision.
Orlando added reviewers: jmorse, jryans, StephenTozer.
Orlando added a project: debug-info.
Herald added a project: All.
Orlando requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The intrinsics don't add anything to the tests and the tests are easier to debug without the additional noise.

Some SSA value names have changed as a result of no longer visiting the intrinsics.


https://reviews.llvm.org/D143141

Files:
  llvm/test/DebugInfo/Generic/assignment-tracking/sroa/frag-2.ll
  llvm/test/DebugInfo/Generic/assignment-tracking/sroa/store.ll
  llvm/test/DebugInfo/Generic/assignment-tracking/sroa/user-memcpy.ll
  llvm/test/DebugInfo/Generic/assignment-tracking/sroa/vec-1.ll
  llvm/test/DebugInfo/Generic/assignment-tracking/sroa/vec-2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143141.494182.patch
Type: text/x-patch
Size: 19942 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230202/ae95128c/attachment.bin>


More information about the llvm-commits mailing list