[PATCH] D137495: [LoongArch] Add GHC Calling Convention
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 5 13:23:11 PDT 2022
MaskRay added a comment.
Is GHC buildable now? If not, such changes probably should be deferred until verification can actually be made.
================
Comment at: llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp:1636
+ ISD::ArgFlagsTy ArgFlags, CCState &State) {
+
+ if (LocVT == MVT::i32 || LocVT == MVT::i64) {
----------------
delete blank line
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137495/new/
https://reviews.llvm.org/D137495
More information about the llvm-commits
mailing list