[all-commits] [llvm/llvm-project] f79ad3: [ASAN] Support asan for masked.expandload/compress...

Yeting Kuo via All-commits all-commits at lists.llvm.org
Mon Jul 10 23:41:05 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f79ad31f177df5223450868ff189c4a903c5ee39
      https://github.com/llvm/llvm-project/commit/f79ad31f177df5223450868ff189c4a903c5ee39
  Author: Yeting Kuo <yeting.kuo at sifive.com>
  Date:   2023-07-11 (Tue, 11 Jul 2023)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
    M llvm/test/Instrumentation/AddressSanitizer/asan-masked-load-store.ll

  Log Message:
  -----------
  [ASAN] Support asan for masked.expandload/compressstore.

The patch uses a way similiar to vp.load/store and consider the mask popcount as
the effetive vector length.

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D151713




More information about the All-commits mailing list