[all-commits] [llvm/llvm-project] d030aa: [InstCombine][X86] Add tests for masked load/store...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Sep 12 06:32:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d030aad7893a8cf7a68877b8b55eed1cd632411a
https://github.com/llvm/llvm-project/commit/d030aad7893a8cf7a68877b8b55eed1cd632411a
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-12 (Sat, 12 Sep 2020)
Changed paths:
M llvm/test/Transforms/InstCombine/X86/x86-masked-memops.ll
Log Message:
-----------
[InstCombine][X86] Add tests for masked load/stores with comparisons.
As detailed on PR11210, if the mask is known to come from a (sign extended) bool vector (e.g. comparisons) then we can represent with a generic masked load/store without losing anything.
More information about the All-commits
mailing list