Skip to content

Commit eee6a45

Browse files
committed
[CodeGenPrepare][test] Add REQUIRES to two tests after D73754
1 parent 44cdae6 commit eee6a45

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/test/Transforms/CodeGenPrepare/dom-tree.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
; REQUIRES: arm-registered-target
12
; RUN: opt -S -loop-unroll -codegenprepare < %s -domtree -analyze | FileCheck %s
23
;
34
; Checks that the dom tree is properly invalidated after an operation that will

llvm/test/Transforms/CodeGenPrepare/skip-merging-case-block.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
; REQUIRES: aarch64-registered-target
12
; RUN: opt -codegenprepare < %s -mtriple=aarch64-none-linux-gnu -S | FileCheck %s
23

34
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"

0 commit comments

Comments
 (0)