[all-commits] [llvm/llvm-project] 4b604c: [flang] Update fir.select_type op to fit design do...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Nov 4 07:00:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b604cc27e28a0edcb22a5ae5f29b8ff3bd0eacf
https://github.com/llvm/llvm-project/commit/4b604cc27e28a0edcb22a5ae5f29b8ff3bd0eacf
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-11-04 (Fri, 04 Nov 2022)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIRAttr.h
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/lib/Optimizer/Dialect/FIROps.cpp
M flang/test/Fir/convert-to-llvm-invalid.fir
M flang/test/Fir/fir-ops.fir
M flang/test/Fir/invalid.fir
Log Message:
-----------
[flang] Update fir.select_type op to fit design document
Update the already existing fir.select_type operation to
reflect decisions made in the polymorphic entities design document.
The verifier is updated to check that the select is polymorphic.
The case attributes name are changed and some tests are added.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D137403
More information about the All-commits
mailing list