Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1291)

Unified Diff: tests_lit/asan_tests/blacklist.ll

Issue 2194853003: Subzero: Implemented codegen for poisoning and unpoisoning stack redzones (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Added missing REQUIRES directive Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests_lit/asan_tests/alignment.ll ('k') | tests_lit/asan_tests/errors.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/asan_tests/blacklist.ll
diff --git a/tests_lit/asan_tests/blacklist.ll b/tests_lit/asan_tests/blacklist.ll
index c988a2cb4e465ddb8bb821fd734f2f38099f9780..1281721ce50166839b856d64302f533121bfb0c1 100644
--- a/tests_lit/asan_tests/blacklist.ll
+++ b/tests_lit/asan_tests/blacklist.ll
@@ -36,14 +36,20 @@ define internal void @func() {
; DUMP-LABEL: ================ Instrumented CFG ================
; DUMP-NEXT: define internal void @func() {
; DUMP-NEXT: __0:
+; DUMP-NEXT: %__$rz0 = alloca i8, i32 32, align 8
; DUMP-NEXT: %local = alloca i8, i32 64, align 8
-; DUMP-NEXT: %__$rz1 = alloca i8, i32 32, align 8
-; DUMP-NEXT: call void @__asan_poison(i32 %__$rz1, i32 32, i32 -1)
-; DUMP-NEXT: %__$rz0 = add i32 %local, 4
-; DUMP-NEXT: call void @__asan_poison(i32 %__$rz0, i32 60, i32 -1)
+; DUMP-NEXT: %shadowIndex = lshr i32 %__$rz0, 3
+; DUMP-NEXT: %firstShadowLoc = add i32 %shadowIndex, 536870912
+; DUMP-NEXT: %__5 = add i32 %firstShadowLoc, 0
+; DUMP-NEXT: store i32 -1, i32* %__5, align 1
+; DUMP-NEXT: %__6 = add i32 %firstShadowLoc, 4
+; DUMP-NEXT: store i32 -252, i32* %__6, align 1
+; DUMP-NEXT: %__7 = add i32 %firstShadowLoc, 8
+; DUMP-NEXT: store i32 -1, i32* %__7, align 1
; DUMP-NEXT: %heapvar = call i32 @__asan_malloc(i32 42)
; DUMP-NEXT: call void @__asan_free(i32 %heapvar)
-; DUMP-NEXT: call void @__asan_unpoison(i32 %__$rz0, i32 60)
-; DUMP-NEXT: call void @__asan_unpoison(i32 %__$rz1, i32 32)
+; DUMP-NEXT: store i32 0, i32* %__5, align 1
+; DUMP-NEXT: store i32 0, i32* %__6, align 1
+; DUMP-NEXT: store i32 0, i32* %__7, align 1
; DUMP-NEXT: ret void
; DUMP-NEXT: }
« no previous file with comments | « tests_lit/asan_tests/alignment.ll ('k') | tests_lit/asan_tests/errors.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698