[PATCH] D57008: [AMDGPU] With XNACK, cannot clause a load with result coalesced with operand
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 22 10:10:32 PST 2019
arsenm added inline comments.
================
Comment at: test/CodeGen/AMDGPU/smem-no-clause-coalesced.mir:1
+# RUN: llc -march=amdgcn -mcpu=gfx902 -o - %s -run-pass si-form-memory-clauses -verify-machineinstrs | FileCheck -check-prefixes=CHECK,XNACK %s
+
----------------
There's no point in the second check prefix if you don't add a no-xnack run line
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57008/new/
https://reviews.llvm.org/D57008
More information about the llvm-commits
mailing list