[llvm] AMDGPU: Implement i1 to bfloat conversion (PR #130831)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 11 19:15:35 PDT 2025


================
@@ -0,0 +1,292 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=amdgcn -mcpu=gfx942 | FileCheck %s -check-prefix=GFX942
----------------
arsenm wrote:

Should also have tests on other targets, particularly the ones without legal bf16 

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


More information about the llvm-commits mailing list