[all-commits] [llvm/llvm-project] d6941a: [X86] Add tests for missing MOVMSK(ICMP_SGT(X, -1))...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Dec 6 09:48:53 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d6941a197941ace2b882d367e785218c27d9c843
https://github.com/llvm/llvm-project/commit/d6941a197941ace2b882d367e785218c27d9c843
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-12-06 (Sun, 06 Dec 2020)
Changed paths:
M llvm/test/CodeGen/X86/combine-movmsk.ll
Log Message:
-----------
[X86] Add tests for missing MOVMSK(ICMP_SGT(X,-1)) -> NOT(MOVMSK(X))) fold
Noticed while triaging PR37506
More information about the All-commits
mailing list