[PATCH] D106362: [FPEnv][InstSimplify] Enable more folds for constrained fadd
Kevin P. Neal via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 21 07:44:29 PDT 2021
kpn updated this revision to Diff 373930.
kpn added a comment.
Update for review comments. Avoid changes that move the location of traps unless we know they won't ever trap due to fast math flags.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106362/new/
https://reviews.llvm.org/D106362
Files:
llvm/include/llvm/IR/FPEnv.h
llvm/lib/Analysis/InstructionSimplify.cpp
llvm/test/Transforms/InstSimplify/strictfp-fadd.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106362.373930.patch
Type: text/x-patch
Size: 5438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210921/5c44a237/attachment.bin>
More information about the llvm-commits
mailing list