[PATCH] D158743: [Verifier] Sanity check alloca size against DILocalVariable fragment size

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 02:18:18 PDT 2023


nikic updated this revision to Diff 553414.
nikic edited the summary of this revision.
nikic added a comment.

Use isComplex(), update failing tests. I've split X86/stack-frame-layout-remarks.ll into two files for 64-bit and 32-bit.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158743/new/

https://reviews.llvm.org/D158743

Files:
  llvm/lib/IR/Verifier.cpp
  llvm/test/CodeGen/ARM/stack-frame-layout-remarks.ll
  llvm/test/CodeGen/BPF/warn-stack.ll
  llvm/test/CodeGen/X86/stack-frame-layout-remarks-32.ll
  llvm/test/CodeGen/X86/stack-frame-layout-remarks-64.ll
  llvm/test/CodeGen/X86/stack-frame-layout-remarks.ll
  llvm/test/DebugInfo/X86/fi-piece.ll
  llvm/test/DebugInfo/invalid-sizes.ll
  llvm/test/Transforms/InstCombine/dbg-scalable-store-fixed-frag.ll
  llvm/test/Transforms/InstCombine/dbg-simplify-alloca-size.ll
  llvm/test/Transforms/Util/dbg-user-of-aext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158743.553414.patch
Type: text/x-patch
Size: 24881 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230825/60bd740e/attachment.bin>


More information about the llvm-commits mailing list