[llvm] [Asan][RISCV] Support asan check for segment load/store RVV intrinsics. (PR #100931)

Yeting Kuo via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 8 00:22:21 PDT 2024


================
@@ -0,0 +1,57 @@
+//===--------- Definition of the MemoryRefInfo class -*- C++ -*------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// This file defines MemoryRefInfo class that is used when getting
+// the information of a memory reference instruction.
----------------
yetingk wrote:

yes. I still need this patch. 

https://github.com/llvm/llvm-project/pull/100931


More information about the llvm-commits mailing list