[PATCH] D49934: AMDGPU: Allow fp32-denormals feaure for r600 targets
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 30 05:23:40 PDT 2018
arsenm added inline comments.
================
Comment at: test/CodeGen/AMDGPU/target-features.ll:1-3
+; RUN: llc -march=amdgcn -mattr=help 2>&1 | FileCheck %s --check-prefix=GCN
+; RUN: llc -march=r600 -mattr=help 2>&1 | FileCheck %s --check-prefix=R600
+
----------------
This isn't really a .ll or codegen test. I'm not sure where this should really go.
It also won't stay updated once more features are added, so maybe the test should just be dropped
Repository:
rL LLVM
https://reviews.llvm.org/D49934
More information about the llvm-commits
mailing list