[llvm] [AMDGPU] Add test for fpext & fptrunc with bf16. (PR #85909)

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 02:11:36 PDT 2024


================
@@ -0,0 +1,343 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
+; RUN: llc -march=amdgcn -mcpu=gfx940 < %s | FileCheck --check-prefixes=GCN %s
+
+; TODO: Add global-isel when it can support bf16
----------------
rampitec wrote:

Add a blank line after the comment and it is fine.

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


More information about the llvm-commits mailing list