[PATCH] D118864: [asan][test] Re-generate asan-check-memaccess-add.ll with update_llc_test_checks.py
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 2 20:09:10 PST 2022
MaskRay added inline comments.
================
Comment at: llvm/test/CodeGen/X86/asan-check-memaccess-add.ll:6
define void @load1(i8* nocapture readonly %x) {
+; CHECK-LABEL: load1:
----------------
kstoimenov wrote:
> The 'nounwind' is missing for load1. Was that intentional?
Yes. To have a test for `.cfi_def_cfa_offset 16` ...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118864/new/
https://reviews.llvm.org/D118864
More information about the llvm-commits
mailing list