[all-commits] [llvm/llvm-project] 741e20: [VectorCombine] fix assert for type of compare ope...
RotateRight via All-commits
all-commits at lists.llvm.org
Sat Jun 20 12:24:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 741e20f3d61964f2d3b1b32971083566be00bab6
https://github.com/llvm/llvm-project/commit/741e20f3d61964f2d3b1b32971083566be00bab6
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-06-20 (Sat, 20 Jun 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
M llvm/test/Transforms/VectorCombine/X86/scalarize-cmp.ll
Log Message:
-----------
[VectorCombine] fix assert for type of compare operand
As shown in the post-commit comment for D81661 - we need to
loosen the type assertion to allow scalarization of a compare
for vectors of pointers.
More information about the All-commits
mailing list