[PATCH] D65497: [RISCV] Avoid generating AssertZext for LP64 ABI when lowering floating Libcall
Luís Marques via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 28 06:22:26 PDT 2019
luismarques accepted this revision.
luismarques added a comment.
This revision is now accepted and ready to land.
The main concerns have been addressed.
LGTM, assuming the typo in the comment is fixed.
================
Comment at: include/llvm/CodeGen/TargetLowering.h:3558
+ // shouldExtendTypeInLibCall can get the original type before soften.
+ // It could be generalized by passing orignal type lists if necessory
+ // in the future.
----------------
typo: "necessory" -> "necessary"
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65497/new/
https://reviews.llvm.org/D65497
More information about the llvm-commits
mailing list