[PATCH] D107850: [asan] Implemented intrinsic for the custom calling convention similar used by HWASan for X86.
Vitaly Buka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 19 14:11:50 PDT 2021
vitalybuka added inline comments.
================
Comment at: llvm/test/CodeGen/X86/asan-check-memaccess-or.ll:47
+ %2 = bitcast i64* %x to i8*
+ call void @llvm.asan.check.memaccess(i8* %2, i64 2147450880, i32 0,
+ i32 3, i32 3, i32 1)
----------------
Is this test out of date? Code has fewer arguments now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107850/new/
https://reviews.llvm.org/D107850
More information about the cfe-commits
mailing list