plotfi added inline comments.

================
Comment at: llvm/lib/Target/ARM/ARMISelLowering.cpp:4106
+    unsigned NumParts, MVT PartVT, Optional<CallingConv::ID> CC) const {
+  bool IsABIRegCopy = CC.hasValue();
+  EVT ValueVT = Val.getValueType();
----------------
I'm not well versed in arm CCs, but I suspect you might want this to check if 
the CC is arm_apcscc, arm_aapcscc, or arm_aapcs_vfpcc instead of checking 
merely if it has a CC. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75169



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to