[PATCH] D44885: [RISCV] Expand function call to "call" pseudoinstruction
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 20 12:55:05 PDT 2018
efriedma added a comment.
Why do we want to do this? As far as I can tell, it leads to worse code (e.g. br_fcmp_store_load_stack_slot materializes the address of @dummy twice).
Repository:
rL LLVM
https://reviews.llvm.org/D44885
More information about the llvm-commits
mailing list