[all-commits] [llvm/llvm-project] b139b9: [draft] update fir.coordinate_of to carry the fields
jeanPerier via All-commits
all-commits at lists.llvm.org
Thu Feb 27 02:35:15 PST 2025
Branch: refs/heads/users/jeanPerier/no-field-index
Home: https://github.com/llvm/llvm-project
Commit: b139b9bf9b7404cddf499a8224ee665d2414e490
https://github.com/llvm/llvm-project/commit/b139b9bf9b7404cddf499a8224ee665d2414e490
Author: Jean Perier <jperier at nvidia.com>
Date: 2025-02-27 (Thu, 27 Feb 2025)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIROps.h
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/lib/Optimizer/CodeGen/BoxedProcedure.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
Log Message:
-----------
[draft] update fir.coordinate_of to carry the fields
Commit: 6b1fd5fd7cff3391ee41d82738d1a46f6c4c932b
https://github.com/llvm/llvm-project/commit/6b1fd5fd7cff3391ee41d82738d1a46f6c4c932b
Author: Jean Perier <jperier at nvidia.com>
Date: 2025-02-27 (Thu, 27 Feb 2025)
Changed paths:
M flang/test/Fir/abstract-results-bindc.fir
M flang/test/Fir/abstract-results.fir
M flang/test/Fir/array-value-copy.fir
M flang/test/Fir/dispatch.f90
M flang/test/HLFIR/assign-codegen-derived.fir
M flang/test/HLFIR/c_ptr_byvalue.f90
M flang/test/HLFIR/designate-codegen-component-refs.fir
M flang/test/Lower/CUDA/cuda-cdevloc.cuf
M flang/test/Lower/CUDA/cuda-devptr.cuf
M flang/test/Lower/HLFIR/assumed-rank-inquiries.f90
M flang/test/Lower/HLFIR/c_ptr-constant-init.f90
M flang/test/Lower/HLFIR/intrinsic-module-procedures.f90
M flang/test/Lower/Intrinsics/c_associated.f90
M flang/test/Lower/Intrinsics/c_f_pointer.f90
M flang/test/Lower/Intrinsics/c_f_procpointer.f90
M flang/test/Lower/Intrinsics/c_funloc-proc-pointers.f90
M flang/test/Lower/Intrinsics/c_funloc.f90
M flang/test/Lower/Intrinsics/c_loc.f90
M flang/test/Lower/Intrinsics/c_ptr_eq_ne.f90
M flang/test/Lower/Intrinsics/ieee_class.f90
M flang/test/Lower/Intrinsics/ieee_flag.f90
M flang/test/Lower/Intrinsics/ieee_logb.f90
M flang/test/Lower/Intrinsics/ieee_max_min.f90
M flang/test/Lower/Intrinsics/ieee_operator_eq.f90
M flang/test/Lower/Intrinsics/ieee_rint_int.f90
M flang/test/Lower/Intrinsics/ieee_rounding.f90
M flang/test/Lower/Intrinsics/ieee_unordered.f90
M flang/test/Lower/Intrinsics/storage_size.f90
M flang/test/Lower/Intrinsics/transfer.f90
M flang/test/Lower/OpenMP/target.f90
M flang/test/Lower/array-elemental-calls-2.f90
M flang/test/Lower/c-interoperability-c-pointer.f90
M flang/test/Lower/c_ptr-constant-init.f90
M flang/test/Lower/call-by-value.f90
M flang/test/Lower/call-copy-in-out.f90
M flang/test/Lower/derived-allocatable-components.f90
M flang/test/Lower/derived-pointer-components.f90
M flang/test/Lower/derived-type-finalization.f90
M flang/test/Lower/derived-types.f90
M flang/test/Lower/equivalence-1.f90
M flang/test/Lower/forall/array-pointer.f90
M flang/test/Lower/forall/forall-allocatable-2.f90
M flang/test/Lower/forall/forall-where.f90
Log Message:
-----------
update lit tests
Commit: e0cd97843e1637c1029245c4dbd35c7b3232e379
https://github.com/llvm/llvm-project/commit/e0cd97843e1637c1029245c4dbd35c7b3232e379
Author: Jean Perier <jperier at nvidia.com>
Date: 2025-02-27 (Thu, 27 Feb 2025)
Changed paths:
M flang/test/Lower/identical-block-merge-disable.f90
M flang/test/Lower/io-derived-type.f90
M flang/test/Lower/parent-component.f90
M flang/test/Lower/pointer-assignments.f90
M flang/test/Lower/polymorphic-temp.f90
M flang/test/Lower/polymorphic.f90
M flang/test/Lower/select-type.f90
M flang/test/Lower/structure-constructors.f90
Log Message:
-----------
more test updates
Commit: 538552d9d02f1f2d2f80d0009beebf6972ac754d
https://github.com/llvm/llvm-project/commit/538552d9d02f1f2d2f80d0009beebf6972ac754d
Author: Jean Perier <jperier at nvidia.com>
Date: 2025-02-27 (Thu, 27 Feb 2025)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIROps.h
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/lib/Lower/OpenMP/Utils.cpp
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
M flang/test/Fir/Todo/coordinate_of_2.fir
M flang/test/Fir/Todo/coordinate_of_3.fir
M flang/test/Fir/convert-to-llvm-openmp-and-fir.fir
M flang/test/Fir/convert-to-llvm.fir
M flang/test/Fir/field-index.fir
M flang/test/Fir/pdt.fir
M flang/test/Integration/OpenMP/map-types-and-sizes.f90
M flang/test/Lower/OpenMP/declare-mapper.f90
M flang/test/Lower/OpenMP/derived-type-allocatable-map.f90
M flang/test/Transforms/omp-map-info-finalization-implicit-field.fir
Log Message:
-----------
update codegen
Compare: https://github.com/llvm/llvm-project/compare/e6a487eb3caa...538552d9d02f
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list