[all-commits] [llvm/llvm-project] 677df8: [fir] Add fir.global_len conversion placeholder
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Nov 15 07:47:33 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 677df8c709d8c3913c6c1d03a30c4485e22419dc
https://github.com/llvm/llvm-project/commit/677df8c709d8c3913c6c1d03a30c4485e22419dc
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-11-15 (Mon, 15 Nov 2021)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/test/Fir/convert-to-llvm-invalid.fir
Log Message:
-----------
[fir] Add fir.global_len conversion placeholder
As for D113662, this patch just add a place holder for
the fir.global_len operation conversion. This operation
is part of F20xx and is not implemented yet.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: awarzynski
Differential Revision: https://reviews.llvm.org/D113887
More information about the All-commits
mailing list