[all-commits] [llvm/llvm-project] a72d88: Revert "Reapply [Verifier] Sanity check alloca siz...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Oct 16 03:17:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a72d88fb4f65dd1f6a44f964245ee1002711735b
https://github.com/llvm/llvm-project/commit/a72d88fb4f65dd1f6a44f964245ee1002711735b
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
M llvm/lib/IR/Verifier.cpp
M llvm/test/CodeGen/ARM/stack-frame-layout-remarks.ll
M llvm/test/CodeGen/BPF/warn-stack.ll
R llvm/test/CodeGen/X86/stack-frame-layout-remarks-32.ll
R llvm/test/CodeGen/X86/stack-frame-layout-remarks-64.ll
A llvm/test/CodeGen/X86/stack-frame-layout-remarks.ll
A llvm/test/DebugInfo/Generic/PR20038.ll
M llvm/test/DebugInfo/Generic/discriminated-union.ll
A llvm/test/DebugInfo/Generic/dwarf-public-names.ll
A llvm/test/DebugInfo/Generic/member-order.ll
A llvm/test/DebugInfo/Generic/tu-composite.ll
M llvm/test/DebugInfo/Generic/univariant-discriminated-union.ll
R llvm/test/DebugInfo/X86/PR20038.ll
M llvm/test/DebugInfo/X86/fi-piece.ll
R llvm/test/DebugInfo/X86/member-order.ll
R llvm/test/DebugInfo/X86/tu-composite.ll
R llvm/test/DebugInfo/invalid-sizes.ll
M llvm/test/Linker/type-unique-odr-a.ll
M llvm/test/Linker/type-unique-odr-b.ll
M llvm/test/Linker/type-unique-simple2-a.ll
M llvm/test/Linker/type-unique-simple2-b.ll
M llvm/test/Transforms/InstCombine/dbg-scalable-store-fixed-frag.ll
M llvm/test/Transforms/InstCombine/dbg-simplify-alloca-size.ll
M llvm/test/Transforms/Util/dbg-user-of-aext.ll
Log Message:
-----------
Revert "Reapply [Verifier] Sanity check alloca size against DILocalVariable fragment size"
This reverts commit 8840da2db237cd714d975c199d5992945d2b71e9.
This results in verifier failures during LTO, see #68929.
More information about the All-commits
mailing list