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

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 6 19:59:11 PST 2022


SixWeining 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"
----------------
Unnecessary.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137316



More information about the llvm-commits mailing list