-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[MTE] Also test alignment and size of MTE globals #112039
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MTE] Also test alignment and size of MTE globals #112039
Conversation
Created using spr 1.3.4
@llvm/pr-subscribers-mc @llvm/pr-subscribers-backend-aarch64 Author: Florian Mayer (fmayer) ChangesFull diff: https://github.com/llvm/llvm-project/pull/112039.diff 1 Files Affected:
diff --git a/llvm/test/MC/AArch64/global-tagging.ll b/llvm/test/MC/AArch64/global-tagging.ll
index fcaadead115975..4961ec04c5fba4 100644
--- a/llvm/test/MC/AArch64/global-tagging.ll
+++ b/llvm/test/MC/AArch64/global-tagging.ll
@@ -43,9 +43,17 @@
; CHECK-YAML-NEXT: -
; CHECK-ASM: .memtag internal_four
+; CHECK-ASM .p2align 4
+; CHECK-ASM: .size internal_four, 16
; CHECK-ASM: .memtag four
+; CHECK-ASM .p2align 4
+; CHECK-ASM: .size four, 16
; CHECK-ASM: .memtag sixteen
+; CHECK-ASM .p2align 4
+; CHECK-ASM: .size sixteen, 16
; CHECK-ASM: .memtag huge
+; CHECK-ASM .p2align 4
+; CHECK-ASM: .size huge, 16777232
; CHECK-ASM-NOT: .memtag specialcaselisted
@internal_four = internal global i32 1, sanitize_memtag
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/30/builds/8107 Here is the relevant piece of the build log for the reference
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/92/builds/7938 Here is the relevant piece of the build log for the reference
|
No description provided.