[all-commits] [llvm/llvm-project] c8f03a: [fir] Update fir.extract_value and fir.insert_valu...
Eric Schweitz via All-commits
all-commits at lists.llvm.org
Thu Sep 30 01:24:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8f03a7fe80212b35b150910f5b73bfa5d272053
https://github.com/llvm/llvm-project/commit/c8f03a7fe80212b35b150910f5b73bfa5d272053
Author: Eric Schweitz <eschweitz at nvidia.com>
Date: 2021-09-30 (Thu, 30 Sep 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
Log Message:
-----------
[fir] Update fir.extract_value and fir.insert_value ops
Move coor operand from variadic values to ArrayAttr.
Update assembly format.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D110652
Co-authored-by: Jean Perier <jperier at nvidia.com>
Co-authored-by: Valentin Clement <clementval at gmail.com>
More information about the All-commits
mailing list