[PATCH] D123972: [RISCV] Add isCommutable to FADD/FMUL/FMIN/FMAX/FEQ.

ShihPo Hung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 19:31:35 PDT 2022


arcbbb accepted this revision.
arcbbb added a comment.
This revision is now accepted and ready to land.

As mentioned in spec, `For the purposes of these instructions only, the value −0.0 is considered to be less than the value +0.0`
I think FMIN & FMAX is commutative.
LGTM.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123972/new/

https://reviews.llvm.org/D123972



More information about the llvm-commits mailing list