[llvm-branch-commits] [llvm] [gfx1250][SDAG] Lower unsafe bf16 divisions (PR #149628)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jul 21 01:02:32 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
----------------
arsenm wrote:

Also don't need -verify-machineinstrs 

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


More information about the llvm-branch-commits mailing list