This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f59b8b01e46 [DWARF] Delete redundant check in DWARFAddressRange::intersects new d6b200d547e [NewPM] Add Option handling for SimplifyCFG new 04e1efbae22 [Transforms][ASan] Move findAllocaForValue() to Utils/Local [...] new 460838586d8 Revert "[DWARF] Delete redundant check in DWARFAddressRange [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/DebugInfo/DWARF/DWARFAddressRange.h | 3 ++ include/llvm/Transforms/Utils/Local.h | 4 +++ lib/Passes/PassBuilder.cpp | 34 ++++++++++++++++++ lib/Passes/PassRegistry.def | 6 +++- .../Instrumentation/AddressSanitizer.cpp | 42 ++-------------------- lib/Transforms/Utils/Local.cpp | 38 ++++++++++++++++++++ .../SimplifyCFG/ARM/switch-to-lookup-table.ll | 6 ++++ test/Transforms/SimplifyCFG/CoveredLookupTable.ll | 1 + .../SimplifyCFG/ForwardSwitchConditionToPHI.ll | 3 ++ .../SimplifyCFG/X86/disable-lookup-table.ll | 1 + .../SimplifyCFG/X86/switch-covered-bug.ll | 2 ++ .../Transforms/SimplifyCFG/X86/switch-table-bug.ll | 2 ++ .../SimplifyCFG/X86/switch_to_lookup_table.ll | 2 +- .../SimplifyCFG/branch-fold-threshold.ll | 3 ++ test/Transforms/SimplifyCFG/multiple-phis.ll | 1 + test/Transforms/SimplifyCFG/no-md-sink.ll | 1 + .../SimplifyCFG/preserve-llvm-loop-metadata.ll | 1 + test/Transforms/SimplifyCFG/rangereduce.ll | 1 + test/Transforms/SimplifyCFG/sink-common-code.ll | 1 + test/Transforms/SimplifyCFG/switch_undef.ll | 1 + 20 files changed, 112 insertions(+), 41 deletions(-)