[PATCH] D40186: AMDGPU: Enable xnack by default for gfx700/kaveri
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 17 12:05:02 PST 2017
arsenm added inline comments.
================
Comment at: test/CodeGen/AMDGPU/flat-scratch-reg.ll:1
; RUN: llc -march=amdgcn -mcpu=kaveri -verify-machineinstrs < %s | FileCheck -check-prefix=CI -check-prefix=GCN %s
; RUN: llc -march=amdgcn -mcpu=fiji -verify-machineinstrs < %s | FileCheck -check-prefix=VI-NOXNACK -check-prefix=GCN %s
----------------
Maybe add another run line with a non-xnack CI
https://reviews.llvm.org/D40186
More information about the llvm-commits
mailing list