[all-commits] [llvm/llvm-project] 459475: Reapply 76197ea6f91f after removing an assertion
Jeremy Morse via All-commits
all-commits at lists.llvm.org
Wed Jun 11 09:36:10 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 459475020aeff15d0f886ab99c59d66b744d3e17
https://github.com/llvm/llvm-project/commit/459475020aeff15d0f886ab99c59d66b744d3e17
Author: Jeremy Morse <jeremy.morse at sony.com>
Date: 2025-06-11 (Wed, 11 Jun 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
M llvm/lib/IR/AutoUpgrade.cpp
M llvm/lib/IR/BasicBlock.cpp
M llvm/lib/IR/DIBuilder.cpp
M llvm/lib/IR/DebugInfo.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/unittests/IR/IRBuilderTest.cpp
Log Message:
-----------
Reapply 76197ea6f91f after removing an assertion
Specifically this is the assertion in BasicBlock.cpp. Now that we're not
examining or setting that flag consistently (because it'll be deleted in
about an hour) there's no need to keep this assertion.
Original commit title:
[DebugInfo][RemoveDIs] Remove some debug intrinsic-only codepaths (#143451)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list