[all-commits] [llvm/llvm-project] c2586c: [InstCombine][X86] Tests for variable but in-range...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Mar 19 12:25:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c2586cab89f3aad1ab138d73e8a56b08782e78ee
https://github.com/llvm/llvm-project/commit/c2586cab89f3aad1ab138d73e8a56b08782e78ee
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-03-19 (Thu, 19 Mar 2020)
Changed paths:
M llvm/test/Transforms/InstCombine/X86/x86-vector-shifts.ll
Log Message:
-----------
[InstCombine][X86] Tests for variable but in-range vector-by-scalar 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