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

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


SixWeining added inline comments.


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


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136906



More information about the llvm-commits mailing list