[llvm-branch-commits] [llvm] [gfx1250][SDAG] Lower unsafe bf16 divisions (PR #149628)
Shilei Tian via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jul 21 06:39:37 PDT 2025
================
@@ -0,0 +1,298 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 3
+; RUN: llc -mtriple=amdgcn -mcpu=gfx1250 -mattr=+real-true16 -denormal-fp-math-f32=preserve-sign -verify-machineinstrs < %s | FileCheck -check-prefixes=GFX1250-TRUE16 %s
----------------
shiltian wrote:
`-verify-machineinstrs` removed but we can't move the tests to other file(s) at this moment due to some instructions have not been upstreamed for gfx1250.
https://github.com/llvm/llvm-project/pull/149628
More information about the llvm-branch-commits
mailing list