[all-commits] [llvm/llvm-project] cda2b0: [InstCombine][X86] Tests for variable but in-range...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Mar 18 03:31:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cda2b0769f5b7574a1de440bdeacfa5b33f08869
https://github.com/llvm/llvm-project/commit/cda2b0769f5b7574a1de440bdeacfa5b33f08869
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-03-18 (Wed, 18 Mar 2020)
Changed paths:
M llvm/test/Transforms/InstCombine/X86/x86-vector-shifts.ll
Log Message:
-----------
[InstCombine][X86] Tests for variable but in-range per-element shift amounts (PR40391)
These shifts are masked to be inrange so we should be able to replace them with generic shifts.
More information about the All-commits
mailing list