File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
llvm/test/CodeGen/AArch64 Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
; Test that storage for allocas with disjoint lifetimes is reused with stack
2
2
; tagging.
3
3
4
- ; RUN: opt -S -aarch64-stack-tagging -stack-tagging-use-stack-safety=0 %s -o - | \
5
- ; RUN: llc --mattr=+mte -no-stack-coloring=false -o - | \
4
+ ; RUN: llc --mattr=+mte -no-stack-coloring=false -stack-tagging-use-stack-safety=0 -o - %s | \
6
5
; RUN: FileCheck %s --check-prefix=COLOR
7
- ; RUN: opt -S -aarch64-stack-tagging %s -stack-tagging-use-stack-safety=0 -o - | \
8
- ; RUN: llc --mattr=+mte -no-stack-coloring=true -o - | \
6
+ ; RUN: llc --mattr=+mte -no-stack-coloring=true -stack-tagging-use-stack-safety=0 -o - %s | \
9
7
; RUN: FileCheck %s --check-prefix=NOCOLOR
10
8
11
9
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
12
10
target triple = "aarch64"
13
11
14
- ; COLOR: sub sp, sp, #208
12
+ ; COLOR: sub sp, sp, #192
15
13
; NOCOLOR: sub sp, sp, #336
16
14
17
15
define i32 @myCall_w2 (i32 %in ) sanitize_memtag {
You can’t perform that action at this time.
0 commit comments