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

Ivan Kosarev via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jul 21 03:25:50 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
----------------
kosarev wrote:

fdiv.f16.ll and fdiv.f64.ll have -verify-machineinstrs. What are the criteria for using these flags?

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


More information about the llvm-branch-commits mailing list