[all-commits] [llvm/llvm-project] 8057eb: Revert rG12d59b696b330 "[DAG] Legalize umin(x, y) -...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Nov 26 07:08:12 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8057ebf4a03f51ed8a7f5c87bbb234ef07ba8f66
https://github.com/llvm/llvm-project/commit/8057ebf4a03f51ed8a7f5c87bbb234ef07ba8f66
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-11-26 (Thu, 26 Nov 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/midpoint-int-vec-128.ll
Log Message:
-----------
Revert rG12d59b696b330 "[DAG] Legalize umin(x,y) -> sub(x,usubsat(x,y)) and umax(x,y) -> add(x,usubsat(y,x)) iff usubsat is legal"
This reverts commit 12d59b696b33065e070d6ee7a55d2e8c019d138b.
Prematurely pushed this to trunk
More information about the All-commits
mailing list