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.
Paths
| Differential D143141
[NFC][Assignment Tracking] Remove lifetime intrinsics from some tests ClosedPublic Authored by Orlando on Feb 2 2023, 12:20 AM.
Details Summary 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.
Diff Detail
Event TimelineOrlando added a child revision: D143146: [Assignment Tracking] Fix migrateDebuginfo in SROA.Feb 2 2023, 12:51 AM This revision is now accepted and ready to land.Feb 8 2023, 3:58 AM Closed by commit rGc340956e4efc: [NFC][Assignment Tracking] Remove lifetime intrinsics from some tests (authored by Orlando). · Explain WhyFeb 10 2023, 1:24 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 496373 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
|