[llvm] [AMDGPU] Select gfx1150 SALU Float instructions (PR #66885)
Mirko BrkuĊĦanin via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 22 03:51:11 PDT 2023
================
@@ -1,6 +1,7 @@
; RUN: llc -march=amdgcn -mcpu=gfx900 -show-mc-encoding < %s | FileCheck -check-prefixes=CHECK,GFX9 %s
; RUN: llc -march=amdgcn -mcpu=gfx1030 -show-mc-encoding < %s | FileCheck -check-prefixes=CHECK,GFX10 %s
; RUN: llc -march=amdgcn -mcpu=gfx1100 -show-mc-encoding < %s | FileCheck -check-prefixes=CHECK,GFX11 %s
----------------
mbrkusanin wrote:
https://github.com/llvm/llvm-project/commit/a657deb42ebdfb5e72d0823001485a97ee65a2c6
https://github.com/llvm/llvm-project/pull/66885
More information about the llvm-commits
mailing list