[llvm] [AMDGPU] Select gfx1150 SALU Float instructions (PR #66885)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 22 04:00:02 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
----------------
jayfoad wrote:
Thanks!
https://github.com/llvm/llvm-project/pull/66885
More information about the llvm-commits
mailing list