[llvm] [LLVM][TableGen] Add overloaded intrinsic name conflict checks (PR #109314)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 20 08:01:29 PDT 2024
================
@@ -1834,6 +1834,10 @@ def int_is_constant : DefaultAttrsIntrinsic<[llvm_i1_ty], [llvm_any_ty],
[IntrNoMem, IntrWillReturn, IntrConvergent],
"llvm.is.constant">;
+def int_is_constant0 : DefaultAttrsIntrinsic<[llvm_i1_ty], [llvm_any_ty],
+ [IntrNoMem, IntrWillReturn, IntrConvergent],
+ "llvm.is.constant.my">;
----------------
jurahul wrote:
Yeah agreed. This was just a WIP prototype.
https://github.com/llvm/llvm-project/pull/109314
More information about the llvm-commits
mailing list