[all-commits] [llvm/llvm-project] 166467: [VectorUtils] Create shufflevector masks as int ve...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Fri Apr 17 06:30:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 166467e8221d202ad3e7b8c156e99f7a6def35e0
https://github.com/llvm/llvm-project/commit/166467e8221d202ad3e7b8c156e99f7a6def35e0
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-04-17 (Fri, 17 Apr 2020)
Changed paths:
M llvm/include/llvm/Analysis/VectorUtils.h
M llvm/lib/Analysis/VectorUtils.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/lib/Target/X86/X86InterleavedAccess.cpp
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[VectorUtils] Create shufflevector masks as int vectors instead of Constants
No functionality change intended.
More information about the All-commits
mailing list