[all-commits] [llvm/llvm-project] f2977f: [ASAN] Support memeory check for masked.gather/sca...

Yeting Kuo via All-commits all-commits at lists.llvm.org
Tue Jul 4 18:18:06 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f2977fc45686d1009cfc32596e962d18d70abfbe
      https://github.com/llvm/llvm-project/commit/f2977fc45686d1009cfc32596e962d18d70abfbe
  Author: Yeting Kuo <yeting.kuo at sifive.com>
  Date:   2023-07-05 (Wed, 05 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 memeory check for masked.gather/scatter.

The patch handle masked.gather/scatter just like the way D149245 handles
vp.gather/scatter.

Reviewed By: craig.topper

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




More information about the All-commits mailing list