[all-commits] [llvm/llvm-project] 27dad9: [mlir][LLVM] Make the nested type restriction on c...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Thu May 12 03:07:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 27dad99622bb16fc7ba94beda26dded9023bf2cd
https://github.com/llvm/llvm-project/commit/27dad99622bb16fc7ba94beda26dded9023bf2cd
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
M mlir/include/mlir/Target/LLVMIR/ModuleTranslation.h
M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
M mlir/test/Target/LLVMIR/llvmir-invalid.mlir
M mlir/test/Target/LLVMIR/llvmir.mlir
Log Message:
-----------
[mlir][LLVM] Make the nested type restriction on complex constants less aggressive
Complex nested in other types is perfectly fine, just nested structs
aren't supported. Instead of checking whether there's nesting just check
whether the struct we're dealing with is a complex number.
Differential Revision: https://reviews.llvm.org/D125381
Commit: ca6cbbe8d0ca2a813a9c706af007a914f30adb92
https://github.com/llvm/llvm-project/commit/ca6cbbe8d0ca2a813a9c706af007a914f30adb92
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
M utils/bazel/llvm-project-overlay/llvm/config.bzl
Log Message:
-----------
[bazel] Add support for configuring the bazel build for PPC
TF already carries a patch for this.
Compare: https://github.com/llvm/llvm-project/compare/2a40cc532bca...ca6cbbe8d0ca
More information about the All-commits
mailing list