[all-commits] [llvm/llvm-project] 1e6b24: [IRBuilder][VectorCombine] make and use a convenie...
RotateRight via All-commits
all-commits at lists.llvm.org
Mon Sep 21 10:49:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1e6b240d7d336a36856268db5349468560e28a0e
https://github.com/llvm/llvm-project/commit/1e6b240d7d336a36856268db5349468560e28a0e
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-09-21 (Mon, 21 Sep 2020)
Changed paths:
M llvm/include/llvm/IR/IRBuilder.h
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
Log Message:
-----------
[IRBuilder][VectorCombine] make and use a convenience function for unary shuffle; NFC
This reduces code duplication for common construct.
Follow-ups can use this in SLP, LoopVectorizer, and other passes.
More information about the All-commits
mailing list