Commit f37d2ec
committed
[LoopVectorize] Revert Classic Flang patch causing AArch64 test failure
This patch partially reverts the following commit from an early version of
Classic Flang LLVM:
flang-compiler/llvm@6866909
When the LoopVectorize.cpp change in that commit is ported to LLVM 14, it causes
a failure in the following test:
llvm/test/Transforms/LoopVectorize/AArch64/smallest-and-widest-types.ll
Reverting the change allows all tests to run cleanly.1 parent d3a8326 commit f37d2ec
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4816 | 4816 | | |
4817 | 4817 | | |
4818 | 4818 | | |
4819 | | - | |
4820 | | - | |
4821 | | - | |
4822 | | - | |
| 4819 | + | |
| 4820 | + | |
4823 | 4821 | | |
4824 | 4822 | | |
4825 | 4823 | | |
| |||
0 commit comments