[PATCH] D125937: [NVVM] Update intrinsic defintions to include the `nocallback` attribute
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 19 10:24:50 PDT 2022
tra added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsNVVM.td:1238
def int_nvvm_ff2bf16x2_rn : GCCBuiltin<"__nvvm_ff2bf16x2_rn">,
- Intrinsic<[llvm_i32_ty], [llvm_float_ty, llvm_float_ty], [IntrNoMem]>;
+ Intrinsic<[llvm_i32_ty], [llvm_float_ty, llvm_float_ty], [IntrNoMem, IntrNoCallback]>;
def int_nvvm_ff2bf16x2_rn_relu : GCCBuiltin<"__nvvm_ff2bf16x2_rn_relu">,
----------------
Is there a reason these f32<-> f16/bf16 conversion intrinsics should not be a `DefaultAttrsIntrinsic` ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125937/new/
https://reviews.llvm.org/D125937
More information about the llvm-commits
mailing list