[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 17:29:11 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:

Most of the patch is NFC which renames  this class,
Can you please split "move and rename" into one patch, and functional change into another.

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


More information about the llvm-commits mailing list