[llvm] [AMDGPU] Fix llvm.amdgcn.fcmp.bf16 (PR #166877)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 6 22:02:31 PST 2025
================
@@ -0,0 +1,297 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=amdgcn -mcpu=gfx1200 < %s | FileCheck -check-prefix=GFX12 %s
+
+declare i32 @llvm.amdgcn.fcmp.bf16(bfloat, bfloat, i32)
----------------
arsenm wrote:
clang does not directly emit intrinsics, it would have to go through a builtin
https://github.com/llvm/llvm-project/pull/166877
More information about the llvm-commits
mailing list