[PATCH] D27884: AMDGPU: Use i16 comparison instructions
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 21 18:56:37 PST 2016
tstellarAMD accepted this revision.
tstellarAMD added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: test/CodeGen/AMDGPU/icmp.i16.ll:1-2
+; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=GCN -check-prefix=VI %s
+; RUN: llc -march=amdgcn -verify-machineinstrs < %s| FileCheck -check-prefix=GCN -check-prefix=SI %s
+
----------------
--check-prefixes=
https://reviews.llvm.org/D27884
More information about the llvm-commits
mailing list