[PATCH] D52961: [RISCV] Introduce the RISCVMatInt::generateInstSeq helper
Lewis Revill via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 9 02:33:28 PDT 2018
lewis-revill added a comment.
It is a bit off topic for this patch but considering the range between best & worst case materialization is it worth adding an implementation of `TargetTransformInfo::getIntImmCost` for RISC-V? Or maybe adding a TargetTransformInfo implementation would be better as one larger patch, once codegen behaviour is relatively stable.
https://reviews.llvm.org/D52961
More information about the llvm-commits
mailing list