xen0n added a comment. otherwise LGTM
================ Comment at: llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp:925 llvm_unreachable("Unexpected Intrinsic."); - case Intrinsic::loongarch_crc_w_d_w: { - Results.push_back(DAG.getNode( - ISD::TRUNCATE, DL, N->getValueType(0), - DAG.getNode( - LoongArchISD::CRC_W_D_W, DL, MVT::i64, N->getOperand(2), - DAG.getNode(ISD::ANY_EXTEND, DL, MVT::i64, N->getOperand(3))))); - Results.push_back(N->getOperand(0)); - break; - } +#define CRC_CASE_EXT_TWOOP(NAME, NODE) \ + case Intrinsic::loongarch_##NAME: { \ ---------------- What's a "two op", are you meaning "binary op" instead? ================ Comment at: llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp:942 + +#define CRC_CASE_EXT_ONEOP(NAME, NODE) \ + case Intrinsic::loongarch_##NAME: { \ ---------------- Similarly, is this actually "unary op"? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D138418/new/ https://reviews.llvm.org/D138418 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits