[all-commits] [llvm/llvm-project] bad205: [InstSimplify] add tests for min/max intrinsics wi...
RotateRight via All-commits
all-commits at lists.llvm.org
Tue Aug 11 08:24:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bad205fe0c742d956246b8b59305e783694d2ae2
https://github.com/llvm/llvm-project/commit/bad205fe0c742d956246b8b59305e783694d2ae2
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
M llvm/test/Transforms/InstSimplify/maxmin_intrinsics.ll
Log Message:
-----------
[InstSimplify] add tests for min/max intrinsics with common operands; NFC
There are 4*4*4 = 64 variations. We currently handle some, but not all,
of the alternative patterns with cmp+sel in instcombine.
More information about the All-commits
mailing list