[all-commits] [llvm/llvm-project] b0d25f: [ConstantFold][SVE][NFC] Add test for select instr...
huihzhang via All-commits
all-commits at lists.llvm.org
Thu Jan 30 10:56:32 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b0d25fff9b84ccb711c1a86ea0e606aa98c72a20
https://github.com/llvm/llvm-project/commit/b0d25fff9b84ccb711c1a86ea0e606aa98c72a20
Author: Huihui Zhang <huihuiz at quicinc.com>
Date: 2020-01-30 (Thu, 30 Jan 2020)
Changed paths:
M llvm/test/Analysis/ConstantFolding/vscale.ll
Log Message:
-----------
[ConstantFold][SVE][NFC] Add test for select instruction in scalable vector.
Side notes from D73669, no need to guard the iteration on vectors, as
it is explicitly looking for a ConstantVector/ConstantDataVector, which
is not expected to be scalable at the moment. So, add the test only.
More information about the All-commits
mailing list