[llvm] r369156 - [CodeGenPrepare] fix RUN line settings

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 16 14:37:49 PDT 2019


Author: spatel
Date: Fri Aug 16 14:37:49 2019
New Revision: 369156

URL: http://llvm.org/viewvc/llvm-project?rev=369156&view=rev
Log:
[CodeGenPrepare] fix RUN line settings

I'm not sure if this was running as expected with a broken triple.

Modified:
    llvm/trunk/test/Transforms/CodeGenPrepare/sink-shift-and-trunc.ll

Modified: llvm/trunk/test/Transforms/CodeGenPrepare/sink-shift-and-trunc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/CodeGenPrepare/sink-shift-and-trunc.ll?rev=369156&r1=369155&r2=369156&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/CodeGenPrepare/sink-shift-and-trunc.ll (original)
+++ llvm/trunk/test/Transforms/CodeGenPrepare/sink-shift-and-trunc.ll Fri Aug 16 14:37:49 2019
@@ -1,5 +1,5 @@
 ; REQUIRES: aarch64-registered-target
-; RUN: opt -codegenprepare -mtriple=arm64-apple=ios -S -o - %s | FileCheck %s
+; RUN: opt < %s -codegenprepare -mtriple=arm64-apple-ios -S | FileCheck %s
 
 @first_ones = external global [65536 x i8]
 




More information about the llvm-commits mailing list