[PATCH] D116864: [RISCV] Add DAG combine to fold (fp_to_int_sat (ffloor X)) -> (select X == nan, 0, (fcvt X, rdn))

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 20 06:01:38 PST 2022


asb accepted this revision.
asb added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: eopXD.

Sorry for forgetting about this this one Craig. LGTM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116864



More information about the llvm-commits mailing list