[all-commits] [llvm/llvm-project] f4c2ee: [RemoveDIs] Remove tests for redundant DPVAssigns ...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Mon Jan 22 10:33:06 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f4c2ee12684a6b4857c9e6777ba53e02555978ba
https://github.com/llvm/llvm-project/commit/f4c2ee12684a6b4857c9e6777ba53e02555978ba
Author: Stephen Tozer <Stephen.Tozer at Sony.com>
Date: 2024-01-22 (Mon, 22 Jan 2024)
Changed paths:
M llvm/test/DebugInfo/Generic/assignment-tracking/instcombine/remove-redundant-dbg.ll
M llvm/test/DebugInfo/Generic/assignment-tracking/remove-redundant.ll
M llvm/test/DebugInfo/Generic/assignment-tracking/sroa/remove-redundant-dbg.ll
Log Message:
-----------
[RemoveDIs] Remove tests for redundant DPVAssigns until DPVAssigns are enabled
This patch fixes commit 89aa3355, which added tests for
the removal of redundant DPVAssigns; unlike other cases where
adding tests for DPVAssigns before they are enabled is harmless,
these tests require them to be enabled, so must be deleted until
we enable them.
Fixes failures on llvm-new-debug-iterators buildbot:
https://lab.llvm.org/buildbot/#/builders/275/builds/3581
More information about the All-commits
mailing list