From a538b0f023e858d0f71a1295bb9084e851ddd361 Mon Sep 17 00:00:00 2001 From: Ehsan Amiri Date: Wed, 3 Aug 2016 18:17:35 +0000 Subject: Adding -verify-machineinstrs option to PowerPC tests Currently we have a number of tests that fail with -verify-machineinstrs. To detect this cases earlier we add the option to the testcases with the exception of tests that will currently fail with this option. PR 27456 keeps track of this failures. No code review, as discussed with Hal Finkel. llvm-svn: 277624 --- llvm/test/CodeGen/PowerPC/fast-isel-i64offset.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/PowerPC/fast-isel-i64offset.ll') diff --git a/llvm/test/CodeGen/PowerPC/fast-isel-i64offset.ll b/llvm/test/CodeGen/PowerPC/fast-isel-i64offset.ll index 00278d68f63..c510beb2b85 100644 --- a/llvm/test/CodeGen/PowerPC/fast-isel-i64offset.ll +++ b/llvm/test/CodeGen/PowerPC/fast-isel-i64offset.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple powerpc64-unknown-linux-gnu -fast-isel -O0 < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -mtriple powerpc64-unknown-linux-gnu -fast-isel -O0 < %s | FileCheck %s ; Verify that pointer offsets larger than 32 bits work correctly. -- cgit v1.2.3