[Mlir-commits] [clang] [llvm] [mlir] [clang][NVPTX] Add support for pzo in f32 to f16/bf16 conversions (PR #214667)

Srinivasa Ravi llvmlistbot at llvm.org
Thu Aug 27 06:31:12 PDT 2026


================
@@ -395,7 +395,8 @@ static Value *MakeCpAsync(unsigned IntrinsicID, unsigned IntrinsicIDS,
 }
 
 static Value *MakeHalfType(Function *Intrinsic, unsigned BuiltinID,
----------------
Wolfram70 wrote:

>From what I understand, it seems to be following the convention of 'Make\<Builtin-category\>' used elsewhere in this file but for builtins operating on the half type, but I agree that in this case it's very confusing.

https://github.com/llvm/llvm-project/pull/214667


More information about the Mlir-commits mailing list