[PATCH] D136335: [Assignment Tracking Analysis][5/*] Tests

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 08:52:40 PST 2022


Orlando updated this revision to Diff 479314.
Orlando added a comment.

Add `nested-loop-sroa.ll` which is a copy of `nested-loop.ll` except that the allocas hold a fragment of a variable except the whole variable. In writing this I discovered another bug with untagged store handling (I introduced it in my last update addressing the previous bug).


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

https://reviews.llvm.org/D136335

Files:
  llvm/test/DebugInfo/assignment-tracking/X86/DSE.ll
  llvm/test/DebugInfo/assignment-tracking/X86/dbg-phi-produces-undef.ll
  llvm/test/DebugInfo/assignment-tracking/X86/diamond-1.ll
  llvm/test/DebugInfo/assignment-tracking/X86/diamond-2.ll
  llvm/test/DebugInfo/assignment-tracking/X86/diamond-3.ll
  llvm/test/DebugInfo/assignment-tracking/X86/lit.local.cfg
  llvm/test/DebugInfo/assignment-tracking/X86/loop-hoist.ll
  llvm/test/DebugInfo/assignment-tracking/X86/loop-sink.ll
  llvm/test/DebugInfo/assignment-tracking/X86/loop-unroll.ll
  llvm/test/DebugInfo/assignment-tracking/X86/lower-offset-expression.ll
  llvm/test/DebugInfo/assignment-tracking/X86/lower-to-value.ll
  llvm/test/DebugInfo/assignment-tracking/X86/mem-loc-frag-fill-cfg.ll
  llvm/test/DebugInfo/assignment-tracking/X86/mem-loc-frag-fill.ll
  llvm/test/DebugInfo/assignment-tracking/X86/nested-loop-sroa.ll
  llvm/test/DebugInfo/assignment-tracking/X86/nested-loop.ll
  llvm/test/DebugInfo/assignment-tracking/X86/no-redundant-def-after-alloca.ll
  llvm/test/DebugInfo/assignment-tracking/X86/order-of-defs.ll
  llvm/test/DebugInfo/assignment-tracking/X86/remove-redundant-defs-to-prevent-reordering.ll
  llvm/test/DebugInfo/assignment-tracking/X86/remove-undef-fragment.ll
  llvm/test/DebugInfo/assignment-tracking/X86/sdag-dangling-dbgassign.ll
  llvm/test/DebugInfo/assignment-tracking/X86/sdag-ir-salvage-assign.ll
  llvm/test/DebugInfo/assignment-tracking/X86/sdag-transfer-dbgassign.ll
  llvm/test/DebugInfo/assignment-tracking/X86/single-memory-location-2.ll
  llvm/test/DebugInfo/assignment-tracking/X86/single-memory-location.ll
  llvm/test/DebugInfo/assignment-tracking/X86/split-alloca.ll
  llvm/test/DebugInfo/assignment-tracking/X86/untagged-store-frag.ll
  llvm/test/DebugInfo/assignment-tracking/X86/use-known-value-at-early-mem-def-2.ll
  llvm/test/DebugInfo/assignment-tracking/X86/use-known-value-at-early-mem-def.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136335.479314.patch
Type: text/x-patch
Size: 188916 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221201/f3579d84/attachment-0001.bin>


More information about the llvm-commits mailing list