[all-commits] [llvm/llvm-project] 9f4047: [ASan] Handle allocas in non-default address space...

npanchen via All-commits all-commits at lists.llvm.org
Tue Aug 4 06:28:16 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f4047e46e6be19672f7635a174b5cd7b0bd9f1d
      https://github.com/llvm/llvm-project/commit/9f4047e46e6be19672f7635a174b5cd7b0bd9f1d
  Author: npanchen <nicholas.panchenko at gmail.com>
  Date:   2026-08-04 (Tue, 04 Aug 2026)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
    A llvm/test/Instrumentation/AddressSanitizer/alloca-addrspace.ll

  Log Message:
  -----------
  [ASan] Handle allocas in non-default address spaces (#213764)

Do addrspace cast for allocas that live in address space different from
the datalayout's alloca address space, otherwise ASan will crash during
use replacement



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list