[all-commits] [llvm/llvm-project] fb1145: [InstCombine][X86] Tests for variable but in-range...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Mar 19 06:11:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fb11455038ae62117b6039d7824b75f6927df79a
https://github.com/llvm/llvm-project/commit/fb11455038ae62117b6039d7824b75f6927df79a
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