[flang-commits] [flang] [flang][FIR] add FirAliasAnalysisOpInterface (PR #68317)

Slava Zakharin via flang-commits flang-commits at lists.llvm.org
Sun Oct 8 18:27:22 PDT 2023


================
@@ -0,0 +1,27 @@
+//===- FirAliasAnalysisInterface.h ------------------------------*- 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 contains an interface for adding alias analysis information to
+// loads and stores
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef FORTRAN_OPTIMIZER_DIALECT_FIR_ALIAS_ANALYSIS_INTERFACE_H
----------------
vzakhari wrote:

nit: please match the file name.

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


More information about the flang-commits mailing list