[llvm] [AMDGPU] Handle negated f16 and fp conversion DAG combines (PR #213202)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 31 06:13:56 PDT 2026
================
@@ -0,0 +1,94 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
+
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx90a < %s | FileCheck %s
----------------
arsenm wrote:
```suggestion
; RUN: llc -mtriple=amdgpu9.0a-amd-amdhsa < %s | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/213202
More information about the llvm-commits
mailing list