[all-commits] [llvm/llvm-project] 22c583: [InstSimplify] reduce code duplication for fmin/fm...
RotateRight via All-commits
all-commits at lists.llvm.org
Mon Sep 14 07:33:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 22c583c3d03a6750d6474ad46e5d52eb9974e2b0
https://github.com/llvm/llvm-project/commit/22c583c3d03a6750d6474ad46e5d52eb9974e2b0
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-09-14 (Mon, 14 Sep 2020)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
Log Message:
-----------
[InstSimplify] reduce code duplication for fmin/fmax folds; NFC
We use the same code structure for folding integer min/max.
More information about the All-commits
mailing list