[LV] Precommit test for interleaving miscompile
authorAnna Thomas <anna@azul.com>
Mon, 17 Jul 2023 21:17:00 +0000 (17:17 -0400)
committerAnna Thomas <anna@azul.com>
Mon, 17 Jul 2023 21:24:40 +0000 (17:24 -0400)
commita5573bf030e81ee25b3c4e490c4f79009119aa09
tree98ce4d5bb1a64c158c9d9763f04810a1a469115b
parentd8d4c996855beed83b4d7b8a09fed455de77b665
[LV] Precommit test for interleaving miscompile

Identified another miscompile while working on fixing interleaving's
current miscompile in D154309. This is different from testcases landed in D154309,
since it showcases an incorrect sinking of store (the former testcases
in that review and follow-up ones) showed incorrect hoisting of loads
across stores.
llvm/test/Transforms/LoopVectorize/X86/interleaved-accesses-sink-store-across-load.ll [new file with mode: 0644]