[PATCH] D103169: [FPEnv][InstSimplify] Constrained FP support for undef, poison, and NaN
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 4 07:22:11 PDT 2021
spatel added a comment.
In D103169#2797205 <https://reviews.llvm.org/D103169#2797205>, @kpn wrote:
> I could split this up on the fadd/fsub/fmul/etc axis and only handle constrained fadd, for example. Would that be helpful? Your current thoughts, @spatel?
Yes, that would help me understand more of the patterns at least. But if other reviewers are comfortable with the all-in-one patch, then I won't hold this up.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103169/new/
https://reviews.llvm.org/D103169
More information about the llvm-commits
mailing list