From a9cac6a732085165c3b7262705b1ae1965eb366c Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Sun, 13 Nov 2016 19:27:17 +0000 Subject: [PATCH] [tests] Adjust test output to recent changed SCEV canonocalization [NFC] LLVM recently changed the SCEV canonicalization which changed the output of one of our GPGPU test cases. llvm-svn: 286770 --- polly/test/GPGPU/double-parallel-loop.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polly/test/GPGPU/double-parallel-loop.ll b/polly/test/GPGPU/double-parallel-loop.ll index 0d32aec..bfa12b6 100644 --- a/polly/test/GPGPU/double-parallel-loop.ll +++ b/polly/test/GPGPU/double-parallel-loop.ll @@ -162,7 +162,7 @@ ; KERNEL-IR-NEXT: br label %polly.stmt.bb5 ; KERNEL-IR-LABEL: polly.stmt.bb5: ; preds = %polly.loop_header -; KERNEL-IR-NEXT: %10 = mul i64 %9, %5 +; KERNEL-IR-NEXT: %10 = mul i64 %5, %9 ; KERNEL-IR-NEXT: %p_tmp6 = sitofp i64 %10 to float ; KERNEL-IR-NEXT: %polly.access.cast.MemRef_A = bitcast i8* %MemRef_A to float* ; KERNEL-IR-NEXT: %11 = mul nsw i64 32, %b0 -- 2.7.4