File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
llvm/test/CodeGen/AArch64 Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments