[Mlir-commits] [mlir] [MLIR][NVVM] Rename cvt Ops to convert (PR #140868)
Srinivasa Ravi
llvmlistbot at llvm.org
Wed May 21 21:51:14 PDT 2025
================
@@ -1375,10 +1376,10 @@ llvm::Intrinsic::ID CvtF32x2ToF6x2Op::getIntrinsicID(NVVM::CVTFP6Type type,
has_relu ? llvm::Intrinsic::nvvm_ff_to_##type##_rn_relu \
: llvm::Intrinsic::nvvm_ff_to_##type##_rn
-llvm::Intrinsic::ID CvtF32x2ToF8x2Op::getIntrinsicID(NVVM::CVTFP8Type type,
- NVVM::FPRoundingMode rnd,
- NVVM::SaturationMode sat,
- bool hasRelu) {
+llvm::Intrinsic::ID
+ConvertF32x2ToF8x2Op::getIntrinsicID(NVVM::CVTFP8Type type,
----------------
Wolfram70 wrote:
Renamed the type attrs in the latest revision, thanks!
https://github.com/llvm/llvm-project/pull/140868
More information about the Mlir-commits
mailing list