[PATCH] D89247: [AMDGPU] Add v_fmac_legacy_f32
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 12 09:27:56 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/test/MC/AMDGPU/gfx1030_unsupported.s:1
+// RUN: not llvm-mc -arch=amdgcn -mcpu=gfx1030 -mattr=+WavefrontSize32,-WavefrontSize64 %s 2>&1 | FileCheck --implicit-check-not=error: %s
+// RUN: not llvm-mc -arch=amdgcn -mcpu=gfx1030 -mattr=-WavefrontSize32,+WavefrontSize64 %s 2>&1 | FileCheck --implicit-check-not=error: %s
----------------
The sutarget features are broken and should be all lowercase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89247/new/
https://reviews.llvm.org/D89247
More information about the llvm-commits
mailing list