[all-commits] [llvm/llvm-project] abe144: [SVE] Fix VBITS_GE_256 typo in fixed-width tests.
Cameron McInally via All-commits
all-commits at lists.llvm.org
Mon Oct 12 12:33:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: abe14485fed7741ef5771d11509373c861ec37eb
https://github.com/llvm/llvm-project/commit/abe14485fed7741ef5771d11509373c861ec37eb
Author: Cameron McInally <mcinally at cray.com>
Date: 2020-10-12 (Mon, 12 Oct 2020)
Changed paths:
M llvm/test/CodeGen/AArch64/sve-fixed-length-fp-reduce.ll
M llvm/test/CodeGen/AArch64/sve-fixed-length-fp-select.ll
M llvm/test/CodeGen/AArch64/sve-fixed-length-int-div.ll
M llvm/test/CodeGen/AArch64/sve-fixed-length-int-reduce.ll
M llvm/test/CodeGen/AArch64/sve-fixed-length-int-select.ll
M llvm/test/CodeGen/AArch64/sve-fixed-length-log-reduce.ll
M llvm/test/CodeGen/AArch64/sve-fixed-length-trunc.ll
Log Message:
-----------
[SVE] Fix VBITS_GE_256 typo in fixed-width tests.
This seems to be a typo that propagated to a number of tests. Replace VBITS_GE_256 with CHECK. There is no VBITS_GE_256.
More information about the All-commits
mailing list