Skip to content

Commit 7f8c862

Browse files
committed
Update test comment
1 parent cbb6b22 commit 7f8c862

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

llvm/test/CodeGen/AArch64/hwasan-zero-ptr.ll

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
22
; RUN: llc -filetype asm -o - %s | FileCheck %s
33

4-
; This shows that HWASan will elide the tag check when lowering the memaccess
5-
; intrinsic for null pointers.
4+
; This shows that CodeGen for AArch64 will elide the tag check when lowering
5+
; the HWASan memaccess intrinsic for null pointers.
6+
;
67
; N.B. The HWASan pass will normally omit the memaccess intrinsic if the
7-
; pointer is already statically known to be null.
8+
; pointer is already statically known to be null.
89
;
910
; The source was generated from llvm/test/Instrumentation/HWAddressSanitizer/zero-ptr.ll
1011
; with the memaccess deliberately retained.

0 commit comments

Comments
 (0)