[PATCH] D116771: [RISCV] Add DAG combine to fold (fp_to_int (ffloor X)) -> (fcvt X, rdn)

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 11 09:06:58 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbe1cc64cc13c: [RISCV] Add DAG combine to fold (fp_to_int (ffloor X)) -> (fcvt X, rdn) (authored by craig.topper).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116771

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/test/CodeGen/RISCV/double-round-conv.ll
  llvm/test/CodeGen/RISCV/float-round-conv.ll
  llvm/test/CodeGen/RISCV/half-round-conv.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116771.398977.patch
Type: text/x-patch
Size: 63617 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220111/1bac82b1/attachment.bin>


More information about the llvm-commits mailing list