[all-commits] [llvm/llvm-project] 7f0ed9: [X86][SSE] Add missing USUBSAT test coverage
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Feb 15 03:38:58 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f0ed92667249b48e2064c0e67cc256b6141752b
https://github.com/llvm/llvm-project/commit/7f0ed92667249b48e2064c0e67cc256b6141752b
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-02-15 (Mon, 15 Feb 2021)
Changed paths:
M llvm/test/CodeGen/X86/psubus.ll
Log Message:
-----------
[X86][SSE] Add missing USUBSAT test coverage
Before we start removing combineSubToSubus (PR40111) - make sure we have actually have test coverage for SUB(X,TRUNC(UMIN(ZEXT(X),Y))) -> USUBSAT(X,TRUNC(UMIN(Y,C)))) patterns
More information about the All-commits
mailing list