[PATCH] D69281: [FPEnv] Constrained FCmp intrinsics
Pengfei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 5 06:11:27 PST 2019
pengfei added a comment.
> Adding an extra argument to the DAGnode (sort of like FP_ROUND) also need special code all over the place to handle ...
Hi @uweigand, I don't quite understand why we need special code all over the place to handle. From what I can see, `STRICT_FSETCCS` always have the same action with `STRICT_FSETCC` in common code.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69281/new/
https://reviews.llvm.org/D69281
More information about the llvm-commits
mailing list