[all-commits] [llvm/llvm-project] 92d205: [fir] Remove `fir.unbox` operation
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Nov 10 11:30:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 92d205672a91ee2c56b586412fd3a18bef888a87
https://github.com/llvm/llvm-project/commit/92d205672a91ee2c56b586412fd3a18bef888a87
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/test/Fir/fir-ops.fir
Log Message:
-----------
[fir] Remove `fir.unbox` operation
`fir.unbox` operation is an old operation that is no longer required.
There are couple of other operations that can be used to extract
information from a `fir.box` such as `fir.box_rank`, `fir.box_addr`,
`fir.box_dims`.
This was found during the upstreaming process.
Reviewed By: awarzynski
Differential Revision: https://reviews.llvm.org/D113581
More information about the All-commits
mailing list