[PATCH] D118864: [asan][test] Re-generate asan-check-memaccess-add.ll with update_llc_test_checks.py

Kirill Stoimenov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 2 20:08:14 PST 2022


kstoimenov 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:
----------------
The 'nounwind' is missing for load1. Was that intentional? 


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