[all-commits] [llvm/llvm-project] 38c59b: Revert "Reapply [Verifier] Sanity check alloca siz...

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Sep 18 08:25:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 38c59b9f53f0cb0af93c2861a9c7c5564c4b0cf7
      https://github.com/llvm/llvm-project/commit/38c59b9f53f0cb0af93c2861a9c7c5564c4b0cf7
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-09-18 (Mon, 18 Sep 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 47324cfd7d8ca1a2a5cbb9f948ecff66a28ee6bc.

This exposed incorrect debuginfo in rustc. Revert the verification
until this has been fixed.




More information about the All-commits mailing list