[PATCH] D52962: [RISCV] Constant materialisation for RV64I
Pavel Šnobl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 9 01:19:23 PDT 2018
psnobl added a comment.
Wouldn't it better to put more complicated constants (requiring 4 and more instructions to materialize) in constant pool and load them from there?
https://reviews.llvm.org/D52962
More information about the llvm-commits
mailing list