[all-commits] [llvm/llvm-project] 9ad604: [InstCombine][SVE] Skip scalable type for InstComb...
huihzhang via All-commits
all-commits at lists.llvm.org
Fri Sep 18 11:27:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9ad6049736c58cca098b13ed128e7de0940f94a0
https://github.com/llvm/llvm-project/commit/9ad6049736c58cca098b13ed128e7de0940f94a0
Author: Huihui Zhang <huihuiz at quicinc.com>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
A llvm/test/Transforms/InstCombine/vscale_cmp.ll
Log Message:
-----------
[InstCombine][SVE] Skip scalable type for InstCombiner::getFlippedStrictnessPredicateAndConstant.
We cannot iterate on scalable vector, the number of elements is unknown at compile-time.
Reviewed By: efriedma
Differential Revision: https://reviews.llvm.org/D87918
More information about the All-commits
mailing list