[all-commits] [llvm/llvm-project] 8aa86a: [flang] Add hlfir.set_length operation
jeanPerier via All-commits
all-commits at lists.llvm.org
Mon Dec 19 00:51:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8aa86ac3c4bfb71abfa85e2ee9b1aea1e20e9582
https://github.com/llvm/llvm-project/commit/8aa86ac3c4bfb71abfa85e2ee9b1aea1e20e9582
Author: Jean Perier <jperier at nvidia.com>
Date: 2022-12-19 (Mon, 19 Dec 2022)
Changed paths:
M flang/include/flang/Optimizer/HLFIR/HLFIROps.td
M flang/lib/Optimizer/Builder/HLFIRTools.cpp
M flang/lib/Optimizer/HLFIR/IR/HLFIROps.cpp
M flang/lib/Optimizer/HLFIR/Transforms/BufferizeHLFIR.cpp
A flang/test/HLFIR/set_length-codegen.fir
A flang/test/HLFIR/set_length.fir
Log Message:
-----------
[flang] Add hlfir.set_length operation
This will implement evaluate::SetLength where the length of
a character entity is changed (with trimming and padding).
Differential Revision: https://reviews.llvm.org/D140219
More information about the All-commits
mailing list