[all-commits] [llvm/llvm-project] fc31b5: [InstCombine] simplify code for shuffle mask canon...
RotateRight via All-commits
all-commits at lists.llvm.org
Mon Nov 25 08:12:57 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fc31b58eff9da4447f9f332f07de3cd07ab4b56c
https://github.com/llvm/llvm-project/commit/fc31b58eff9da4447f9f332f07de3cd07ab4b56c
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2019-11-25 (Mon, 25 Nov 2019)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
Log Message:
-----------
[InstCombine] simplify code for shuffle mask canonicalization; NFC
We never use the local 'Mask' before returning, so that was dead code.
More information about the All-commits
mailing list