[PATCH] D137316: [Clang][LoongArch] Implement __builtin_loongarch_crc_w_d_w builtin and add diagnostics

Gong LingQin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 6 22:39:10 PST 2022


gonglingqin added inline comments.


================
Comment at: llvm/include/llvm/IR/IntrinsicsLoongArch.td:54
+def int_loongarch_crc_w_d_w : Intrinsic<[llvm_i32_ty],
+                                        [llvm_i64_ty, llvm_i32_ty], []>;
 } // TargetPrefix = "loongarch"
----------------
SixWeining wrote:
> Unnecessary.
Thanks, I will modify it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137316



More information about the cfe-commits mailing list