diff options
author | Mogball <jeff@modular.com> | 2023-09-29 18:31:12 -0700 |
---|---|---|
committer | Mogball <jeff@modular.com> | 2023-09-29 18:39:56 -0700 |
commit | 2b5134f1b7f4d2ded14f138c84939d2037326c51 (patch) | |
tree | b0f4857ed85a5b5e9534500e6d653563b59a4868 /clang/lib/Basic/SourceManager.cpp | |
parent | 204883623ebd194669fc54435222e5bfb245b011 (diff) | |
download | llvm-2b5134f1b7f4d2ded14f138c84939d2037326c51.zip llvm-2b5134f1b7f4d2ded14f138c84939d2037326c51.tar.gz llvm-2b5134f1b7f4d2ded14f138c84939d2037326c51.tar.bz2 |
[mlir] Fix bytecode reading of resource sections
This partially reverts #66380. The assertion that the underlying buffer
of an EncodingReader is aligned to any required alignments for resource
sections. Resources know their own alignment and pad their buffers
accordingly, but the bytecode reader doesn't know that ahead of time.
Consequently, it cannot give the resource EncodingReader a base buffer
aligned to the maximum required alignment.
A simple example from the test fails without this:
```mlir
module @TestDialectResources attributes {
bytecode.test = dense_resource<resource> : tensor<4xi32>
} {}
{-#
dialect_resources: {
builtin: {
resource: "0x2000000001000000020000000300000004000000",
resource_2: "0x2000000001000000020000000300000004000000"
}
}
```
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions