[all-commits] [llvm/llvm-project] 659bd7: [InstSimplify] use FMF to improve fcmp+select fold
RotateRight via All-commits
all-commits at lists.llvm.org
Mon Nov 4 05:31:57 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 659bd73d13686948c2b4dbee02df2f82542849dd
https://github.com/llvm/llvm-project/commit/659bd73d13686948c2b4dbee02df2f82542849dd
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2019-11-04 (Mon, 04 Nov 2019)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/test/Transforms/InstSimplify/fcmp-select.ll
Log Message:
-----------
[InstSimplify] use FMF to improve fcmp+select fold
This is part of a series of patches needed to solve PR39535:
https://bugs.llvm.org/show_bug.cgi?id=39535
More information about the All-commits
mailing list