[all-commits] [llvm/llvm-project] afcacc: [fir] Add !fir.vector type conversion
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Nov 11 02:22:12 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: afcacccd5adc5ef79f50590f842c276b2979449f
https://github.com/llvm/llvm-project/commit/afcacccd5adc5ef79f50590f842c276b2979449f
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-11-11 (Thu, 11 Nov 2021)
Changed paths:
M flang/lib/Optimizer/CodeGen/TypeConverter.h
M flang/test/Fir/types-to-llvm.fir
Log Message:
-----------
[fir] Add !fir.vector type conversion
This patch adds the !fir.vector type conversion. The type is converted
to the builtin vector type.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D113657
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
More information about the All-commits
mailing list