[PATCH] D53235: [RISCV] Add RV64F codegen support
Roger Ferrer Ibanez via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 25 08:22:58 PDT 2018
rogfer01 added inline comments.
================
Comment at: lib/Target/RISCV/RISCVInstrInfoF.td:352
+
+// FP->[u]int32 are handled with custom selection code, becuase the root
+// assertsext node never reaches the tablegenerated matcher.
----------------
Typo → because
https://reviews.llvm.org/D53235
More information about the llvm-commits
mailing list