[llvm] 95ddb9f - [PPC] Adjust run line for hardware-loops-crash.ll
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 1 12:58:51 PDT 2020
Author: Florian Hahn
Date: 2020-08-01T20:58:05+01:00
New Revision: 95ddb9ff673001b2745c871c5751d165c2a27546
URL: https://github.com/llvm/llvm-project/commit/95ddb9ff673001b2745c871c5751d165c2a27546
DIFF: https://github.com/llvm/llvm-project/commit/95ddb9ff673001b2745c871c5751d165c2a27546.diff
LOG: [PPC] Adjust run line for hardware-loops-crash.ll
Looks like %s was accidentally dropped.
Added:
Modified:
llvm/test/CodeGen/PowerPC/hardware-loops-crash.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/PowerPC/hardware-loops-crash.ll b/llvm/test/CodeGen/PowerPC/hardware-loops-crash.ll
index 24e9592a6c2b..23e5b44fa87d 100644
--- a/llvm/test/CodeGen/PowerPC/hardware-loops-crash.ll
+++ b/llvm/test/CodeGen/PowerPC/hardware-loops-crash.ll
@@ -1,5 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt -hardware-loops -S -verify-loop-lcssa | FileCheck %s
+; RUN: opt -hardware-loops -S -verify-loop-lcssa %s | FileCheck %s
target datalayout = "E-m:e-i64:64-n32:64"
target triple = "ppc64-unknown-linux-elf"
More information about the llvm-commits
mailing list