[test][NPM] Fix already-vectorized.ll under NPM
authorArthur Eubanks <aeubanks@google.com>
Mon, 19 Oct 2020 20:09:39 +0000 (13:09 -0700)
committerArthur Eubanks <aeubanks@google.com>
Mon, 19 Oct 2020 20:11:13 +0000 (13:11 -0700)
commitc76968d8b60e5ac75d3630eeff685a44d8450f74
tree58d1f603273f2f5b3be79df08b451a1f923aaf04
parentedd0cb11bd182de8d70b7bbeba73f88d7a3714db
[test][NPM] Fix already-vectorized.ll under NPM

The NPM runs SpeculateAroundPHIs which breaks critical edges, causing a
branch we check for to not directly jump back to the same block.
llvm/test/Transforms/LoopVectorize/X86/already-vectorized.ll