[PATCH] D134443: [LoongArch] Support fastcc and treat it as ccc

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 25 19:17:34 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGd2ac89b64e2a: [LoongArch] Support fastcc and treat it as ccc (authored by WANG Xuerui <git at xen0n.name>, committed by SixWeining).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134443/new/

https://reviews.llvm.org/D134443

Files:
  llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp


Index: llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
===================================================================
--- llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
+++ llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
@@ -1380,6 +1380,7 @@
   default:
     llvm_unreachable("Unsupported calling convention");
   case CallingConv::C:
+  case CallingConv::Fast:
     break;
   }
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134443.462789.patch
Type: text/x-patch
Size: 400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220926/2815233a/attachment.bin>


More information about the llvm-commits mailing list