[all-commits] [llvm/llvm-project] 7f1021: [flang] disable failing test
ftynse via All-commits
all-commits at lists.llvm.org
Thu Mar 7 02:39:08 PST 2024
Branch: refs/heads/revert-84103-revert-83259-arith-const
Home: https://github.com/llvm/llvm-project
Commit: 7f102199b862fce58e4b0d94d10f4cf14acb48e1
https://github.com/llvm/llvm-project/commit/7f102199b862fce58e4b0d94d10f4cf14acb48e1
Author: Alex Zinenko <zinenko at google.com>
Date: 2024-03-07 (Thu, 07 Mar 2024)
Changed paths:
M flang/test/Fir/memory-allocation-opt.fir
Log Message:
-----------
[flang] disable failing test
This test has been failing on Windows for multiple consecutive days
without any action taken. This prevents our CI from finding other
problematic tests.
Commit: 20815bc3273ad1d63494ba3f6eda8a9671a94693
https://github.com/llvm/llvm-project/commit/20815bc3273ad1d63494ba3f6eda8a9671a94693
Author: Alex Zinenko <zinenko at google.com>
Date: 2024-03-07 (Thu, 07 Mar 2024)
Changed paths:
M mlir/python/mlir/dialects/arith.py
M mlir/test/python/dialects/arith_dialect.py
Log Message:
-----------
[mlir][py] better support for arith.constant construction
Arithmetic constants for vector types can be constructed from objects
implementing Python buffer protocol such as `array.array`. Note that
until Python 3.12, there is no typing support for buffer protocol
implementers, so the annotations use array explicitly.
Compare: https://github.com/llvm/llvm-project/compare/0c8112242097...20815bc3273a
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