[all-commits] [llvm/llvm-project] 8ec715: [InstSimplify] simplify FP ops harder with FMF
RotateRight via All-commits
all-commits at lists.llvm.org
Thu Mar 12 06:26:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8ec71585719d63223e1f796056b9ddee05b8263d
https://github.com/llvm/llvm-project/commit/8ec71585719d63223e1f796056b9ddee05b8263d
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-03-12 (Thu, 12 Mar 2020)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/test/Transforms/InstSimplify/fp-nan.ll
M llvm/test/Transforms/InstSimplify/fp-undef.ll
Log Message:
-----------
[InstSimplify] simplify FP ops harder with FMF
This is part of the IR sibling for:
D75576
(I'm splitting part of the transform as a separate commit
to reduce risk. I don't know of any bugs that might be
exposed by this improved folding, but it's hard to see
those in advance...)
More information about the All-commits
mailing list