[llvm] 8225698 - [LSR] Enable SCEV verification for test from f3a0ad2d and mark as XFAIL

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 17 13:08:00 PDT 2023


Author: Florian Hahn
Date: 2023-06-17T21:06:49+01:00
New Revision: 822569821233d673a7b1ded137390da98207d179

URL: https://github.com/llvm/llvm-project/commit/822569821233d673a7b1ded137390da98207d179
DIFF: https://github.com/llvm/llvm-project/commit/822569821233d673a7b1ded137390da98207d179.diff

LOG: [LSR] Enable SCEV verification for test from f3a0ad2d and mark as XFAIL

The test fails SCEV verification, which cause the expensive check bots
to fail. Always run verification and mark as XFAIL until fixed.

Added: 
    

Modified: 
    llvm/test/Transforms/LoopStrengthReduce/X86/pr62660-normalization-failure.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/LoopStrengthReduce/X86/pr62660-normalization-failure.ll b/llvm/test/Transforms/LoopStrengthReduce/X86/pr62660-normalization-failure.ll
index 3e59dcfdf9250..b1d1d5ba74120 100644
--- a/llvm/test/Transforms/LoopStrengthReduce/X86/pr62660-normalization-failure.ll
+++ b/llvm/test/Transforms/LoopStrengthReduce/X86/pr62660-normalization-failure.ll
@@ -1,5 +1,7 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
-; RUN: opt -loop-reduce -S %s | FileCheck %s
+; RUN: opt -loop-reduce -verify-scev -S %s | FileCheck %s
+
+; XFAIL: *
 
 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-apple-macos"


        


More information about the llvm-commits mailing list