[flang-commits] [flang] [flang] Remove directory path from compiler remarks (PR #212669)
Vineet Kumar via flang-commits
flang-commits at lists.llvm.org
Wed Aug 12 18:27:22 PDT 2026
================
@@ -38,7 +38,29 @@ page](https://llvm.org/releases/).
as specified on the command line (except that ./foo.f90 removes the ./
prefix).
+- The legacy array-value operations (`fir.array_load`, `fir.array_fetch`,
+ `fir.array_update`, `fir.array_modify`, `fir.array_access`,
+ `fir.array_amend`, `fir.array_merge_store`) have been removed from FIR,
+ together with the `array-value-copy` pass that legalized them and its
+ `-mmlir -disable-avc` option. Nothing in flang has produced these
+ operations since the legacy (non-HLFIR) expression lowering was deleted.
+ Downstream projects that still construct them must migrate to HLFIR (or
+ their own legalization) before rebasing. `fir.array_coor` is unrelated
+ and remains supported.
----------------
vntkmr wrote:
Was this meant for the other PR? This looks unrelated to removing directory paths from remarks. Am I missing something?
https://github.com/llvm/llvm-project/pull/212669
More information about the flang-commits
mailing list