[PATCH] D132648: [SPIRV] support builtin types and ExtInst selection
Aleksandr Bezzubikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 31 23:48:12 PDT 2022
zuban32 added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsSPIRV.td:32
def int_spv_cmpxchg : Intrinsic<[llvm_i32_ty], [llvm_any_ty, llvm_vararg_ty]>;
+ def int_spv_unreachable : Intrinsic<[], []>;
+ def int_spv_alloca : Intrinsic<[llvm_any_ty], []>;
----------------
Pls describe these changes in the commit message
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132648/new/
https://reviews.llvm.org/D132648
More information about the llvm-commits
mailing list