[all-commits] [llvm/llvm-project] c34095: [NFC][Assignment Tracking] Remove lifetime intrins...
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Fri Feb 10 01:24:50 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c340956e4efce204c885ab7aad94b74d9255f3a9
https://github.com/llvm/llvm-project/commit/c340956e4efce204c885ab7aad94b74d9255f3a9
Author: OCHyams <orlando.hyams at sony.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M llvm/test/DebugInfo/Generic/assignment-tracking/sroa/frag-2.ll
M llvm/test/DebugInfo/Generic/assignment-tracking/sroa/store.ll
M llvm/test/DebugInfo/Generic/assignment-tracking/sroa/user-memcpy.ll
M llvm/test/DebugInfo/Generic/assignment-tracking/sroa/vec-1.ll
M llvm/test/DebugInfo/Generic/assignment-tracking/sroa/vec-2.ll
Log Message:
-----------
[NFC][Assignment Tracking] Remove lifetime intrinsics from some tests
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.
Reviewed By: jryans
Differential Revision: https://reviews.llvm.org/D143141
More information about the All-commits
mailing list