Commit 49aacf8
authored
Integrate llvm/llvm-project@3b2233a (#23485)
Carrying reverts:
-
llvm/llvm-project@c6964b1
(breaks i1 tensor handling, see
#23463) (looked into by
@rkayaith)
-
llvm/llvm-project@34eb59d
(depends on
llvm/llvm-project@c6964b1)
-
llvm/llvm-project@75eecd2
(removes LLVMSupport from Python bindings CMake, breaks iree-dialects
build, see #23476) (looked into
by @RattataKing)
Dropped reverts:
llvm/llvm-project@a1d7cda
Other points of interest:
llvm/llvm-project@1de1a76
disallows implicit `const SmallVector` -> `MutableArrayRef`. [Affects
PCF](https://github.com/iree-org/iree/blob/a852a42734d182a7049433822c72607a06dca8fd/compiler/src/iree/compiler/Codegen/Dialect/PCF/Transforms/FuseConsumers.cpp#L630)
when we pass `params.slices`(coming from coming from `const
ConsumerFusionParams ¶ms`) into `fuseIntoWriteSlices`; fix by
dropping extraneous const qualifier
---------
Signed-off-by: Eric Feng <Eric.Feng@amd.com>1 parent 5df5fa2 commit 49aacf8
File tree
3 files changed
+6
-10
lines changed- compiler/src/iree/compiler/Codegen/Dialect/PCF/Transforms
- third_party
3 files changed
+6
-10
lines changedLines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
513 | | - | |
| 513 | + | |
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
| |||
893 | 893 | | |
894 | 894 | | |
895 | 895 | | |
896 | | - | |
897 | | - | |
| 896 | + | |
898 | 897 | | |
899 | 898 | | |
900 | 899 | | |
901 | 900 | | |
902 | | - | |
903 | | - | |
| 901 | + | |
904 | 902 | | |
905 | 903 | | |
906 | 904 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
95 | 94 | | |
96 | | - | |
97 | | - | |
| 95 | + | |
98 | 96 | | |
99 | 97 | | |
100 | 98 | | |
| |||
Submodule llvm-project updated 1673 files
0 commit comments