[llvm] [AMDGPU] Fix llvm.amdgcn.fcmp.bf16 (PR #166877)
Changpeng Fang via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 6 22:06:55 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)
----------------
changpeng wrote:
yes, is __builtin_amdgcn_fcmp deprecated then?
https://github.com/llvm/llvm-project/pull/166877
More information about the llvm-commits
mailing list