[all-commits] [llvm/llvm-project] d75961: Reapply "[DebugInfo][RemoveDIs] Turn on non-instri...
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Tue Feb 13 06:30:45 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d759618df76361a8e490eeae5c5399e0738cbfd0
https://github.com/llvm/llvm-project/commit/d759618df76361a8e490eeae5c5399e0738cbfd0
Author: OCHyams <orlando.hyams at sony.com>
Date: 2024-02-13 (Tue, 13 Feb 2024)
Changed paths:
M llvm/lib/IR/BasicBlock.cpp
Log Message:
-----------
Reapply "[DebugInfo][RemoveDIs] Turn on non-instrinsic debug-info by default"
This reapplies commit bdde5f9 by undoing the revert bc66e0c.
The previous reapplication 5c9f768 was reverted due to a crash
(reproducer in comments for 5c9f768) which was fixed in #81595.
As noted in the original commit, this commit may break downstream tests.
If this commit is breaking your downstream tests, please see comment 12 in
[0], which documents the kind of variation in tests we'd expect to see from
this change and what to do about it.
[0] https://discourse.llvm.org/t/rfc-instruction-api-changes-needed-to-eliminate-debug-intrinsics-from-ir/68939
More information about the All-commits
mailing list