[PATCH] D136906: [Clang][LoongArch] Implement __builtin_loongarch_dbar builtin

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


gonglingqin added inline comments.


================
Comment at: llvm/include/llvm/IR/IntrinsicsLoongArch.td:39
+
+def int_loongarch_dbar : Intrinsic<[], [llvm_i32_ty], []>;
 } // TargetPrefix = "loongarch"
----------------
SixWeining wrote:
> Seems this arg is unnecessary because the defalut value is `[]`.
Thanks, I will modify it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136906



More information about the cfe-commits mailing list