[llvm] 505e323 - [Test] NFC. Add missing "REQUIRES: x86-registered-target" to LoopStrengthReduce/scev-incorrect-nuw-inference.ll
Daniil Suchkov via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 27 13:49:26 PDT 2023
Author: Daniil Suchkov
Date: 2023-10-27T20:48:54Z
New Revision: 505e32302c07b9081fa1bc05daf72bafed6ca29a
URL: https://github.com/llvm/llvm-project/commit/505e32302c07b9081fa1bc05daf72bafed6ca29a
DIFF: https://github.com/llvm/llvm-project/commit/505e32302c07b9081fa1bc05daf72bafed6ca29a.diff
LOG: [Test] NFC. Add missing "REQUIRES: x86-registered-target" to LoopStrengthReduce/scev-incorrect-nuw-inference.ll
Added:
Modified:
llvm/test/Transforms/LoopStrengthReduce/scev-incorrect-nuw-inference.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/LoopStrengthReduce/scev-incorrect-nuw-inference.ll b/llvm/test/Transforms/LoopStrengthReduce/scev-incorrect-nuw-inference.ll
index 9347169b3902cb5..3a9cb160e88d7bc 100644
--- a/llvm/test/Transforms/LoopStrengthReduce/scev-incorrect-nuw-inference.ll
+++ b/llvm/test/Transforms/LoopStrengthReduce/scev-incorrect-nuw-inference.ll
@@ -1,5 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 3
; RUN: opt < %s -loop-reduce -S | FileCheck %s
+; REQUIRES: x86-registered-target
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128-ni:1-p2:32:8:8:32-ni:2"
target triple = "x86_64-unknown-linux-gnu"
More information about the llvm-commits
mailing list