[llvm] r345754 - [globalisel][irtranslator] Fix test from r345743 on non-asserts builds.
Daniel Sanders via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 31 10:58:48 PDT 2018
Author: dsanders
Date: Wed Oct 31 10:58:47 2018
New Revision: 345754
URL: http://llvm.org/viewvc/llvm-project?rev=345754&view=rev
Log:
[globalisel][irtranslator] Fix test from r345743 on non-asserts builds.
Modified:
llvm/trunk/test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll
Modified: llvm/trunk/test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll?rev=345754&r1=345753&r2=345754&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/GlobalISel/irtranslator-dilocation.ll Wed Oct 31 10:58:47 2018
@@ -1,6 +1,8 @@
; RUN: llc -O0 -mtriple=aarch64-apple-ios -global-isel -debug-only=irtranslator \
; RUN: -stop-after=irtranslator %s -o - 2>&1 | FileCheck %s
+; REQUIRES: asserts
+
; CHECK: Checking DILocation from %retval = alloca i32, align 4 was copied to G_FRAME_INDEX
; CHECK: Checking DILocation from %rv = alloca i32, align 4 was copied to G_FRAME_INDEX
; CHECK: Checking DILocation from store i32 0, i32* %retval, align 4 was copied to G_CONSTANT
More information about the llvm-commits
mailing list