[PATCH] D52962: [RISCV] Constant materialisation for RV64I

Pavel Šnobl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 9 02:39:43 PDT 2018


psnobl added a comment.

Well you can save more in the total size if the constant is needed in more than one place in the application (and linker can merge the CP entries) but I see your point about possible cache miss. It's not a clear win, as you say.


https://reviews.llvm.org/D52962





More information about the llvm-commits mailing list