[all-commits] [llvm/llvm-project] 7812f5: [fir] Add substring to fir.slice operation
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Oct 26 01:34:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7812f510d28f34ed6209b1a382cdad7247b9090c
https://github.com/llvm/llvm-project/commit/7812f510d28f34ed6209b1a382cdad7247b9090c
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/lib/Optimizer/Dialect/FIROps.cpp
M flang/test/Fir/fir-ops.fir
M flang/test/Fir/invalid.fir
Log Message:
-----------
[fir] Add substring to fir.slice operation
This patch adds the substriing information to the fir.slice
operation. This will be used by character operations in later
upstreaming patches.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D112441
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
More information about the All-commits
mailing list