[llvm] [Asan][RISCV] Support asan check for segment load/store RVV intrinsics. (PR #100931)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 7 23:14:05 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.
----------------
vitalybuka wrote:
do you still need this patch?
https://github.com/llvm/llvm-project/pull/100931
More information about the llvm-commits
mailing list