[all-commits] [llvm/llvm-project] c76968: [test][NPM] Fix already-vectorized.ll under NPM
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Oct 19 13:25:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c76968d8b60e5ac75d3630eeff685a44d8450f74
https://github.com/llvm/llvm-project/commit/c76968d8b60e5ac75d3630eeff685a44d8450f74
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-10-19 (Mon, 19 Oct 2020)
Changed paths:
M llvm/test/Transforms/LoopVectorize/X86/already-vectorized.ll
Log Message:
-----------
[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.
More information about the All-commits
mailing list