[llvm] r235630 - R600/SI: Add missing -mcpu=SI to assembler test

Tom Stellard thomas.stellard at amd.com
Thu Apr 23 12:33:56 PDT 2015


Author: tstellar
Date: Thu Apr 23 14:33:55 2015
New Revision: 235630

URL: http://llvm.org/viewvc/llvm-project?rev=235630&view=rev
Log:
R600/SI: Add missing -mcpu=SI to assembler test

Modified:
    llvm/trunk/test/MC/R600/vop3.s

Modified: llvm/trunk/test/MC/R600/vop3.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/R600/vop3.s?rev=235630&r1=235629&r2=235630&view=diff
==============================================================================
--- llvm/trunk/test/MC/R600/vop3.s (original)
+++ llvm/trunk/test/MC/R600/vop3.s Thu Apr 23 14:33:55 2015
@@ -1,5 +1,5 @@
 // RUN: llvm-mc -arch=amdgcn -show-encoding %s | FileCheck %s
-// RUN: llvm-mc -arch=amdgcn -show-encoding %s | FileCheck %s
+// RUN: llvm-mc -arch=amdgcn -mcpu=SI -show-encoding %s | FileCheck %s
 
 //===----------------------------------------------------------------------===//
 // VOPC Instructions





More information about the llvm-commits mailing list