[clang] [llvm] [clang][NVPTX] Add intrinsics and builtins for CVT RS rounding mode (PR #160494)
Durgadoss R via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 24 08:25:23 PDT 2025
================
@@ -2839,6 +2845,69 @@ static SDValue LowerClusterLaunchControlQueryCancel(SDValue Op,
{TryCancelResponse0, TryCancelResponse1});
}
+bool isCvtRSReluIntrinsic(Intrinsic::ID ID) {
----------------
durga4github wrote:
static?
or even better, move this into the below function as a lambda
https://github.com/llvm/llvm-project/pull/160494
More information about the cfe-commits
mailing list