[all-commits] [llvm/llvm-project] a2240f: [InstCombine] simplify fcmp+select canonicalizatio...
RotateRight via All-commits
all-commits at lists.llvm.org
Thu Oct 31 10:14:54 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a2240f57e7a4106db2887f00868dbf14d5106dc1
https://github.com/llvm/llvm-project/commit/a2240f57e7a4106db2887f00868dbf14d5106dc1
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2019-10-31 (Thu, 31 Oct 2019)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
Log Message:
-----------
[InstCombine] simplify fcmp+select canonicalization; NFCI
We had 2 blocks of code that are nearly identical. Existing
regression tests should cover both of the patterns.
More information about the All-commits
mailing list