[all-commits] [llvm/llvm-project] cc892f: [VectorCombine] early exit if target has no vector...
RotateRight via All-commits
all-commits at lists.llvm.org
Wed Aug 12 06:29:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cc892fd9f4cb7ad8c6b37bc260fd12c2edf3745d
https://github.com/llvm/llvm-project/commit/cc892fd9f4cb7ad8c6b37bc260fd12c2edf3745d
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-08-12 (Wed, 12 Aug 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
M llvm/test/Transforms/VectorCombine/X86/no-sse.ll
Log Message:
-----------
[VectorCombine] early exit if target has no vector registers
Based on post-commit discussion in:
D81766
Other vectorization passes (SLP and Loop) use this TTI API similarly.
More information about the All-commits
mailing list