[PATCH] D136335: [Assignment Tracking Analysis][5/*] Tests
Orlando Cazalet-Hyams via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 05:45:21 PST 2022
Orlando updated this revision to Diff 480871.
Orlando added a comment.
+ Fix comments in tests
+ Add `nested-loop-frags.ll` which is similar to `nested-loop-sora.ll` and `nested-loop.ll`. It has 64 bit variables/allocas, with a mix of 32 and 64 bit stores.
Another bug was found when writing that new test which I will patch shortly. All of these bugs have been to do with fragment handling (unsurprisingly).
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-frags.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.480871.patch
Type: text/x-patch
Size: 216715 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221207/1ce905b5/attachment-0001.bin>
More information about the llvm-commits
mailing list