diff options
author | Ivan Butygin <ivan.butygin@gmail.com> | 2022-02-21 15:16:34 +0300 |
---|---|---|
committer | Ivan Butygin <ivan.butygin@gmail.com> | 2022-03-11 21:22:43 +0300 |
commit | f3676c3273b9ef32af4b63b8bfa156a8dac31e63 (patch) | |
tree | ca66aa173d572f11204f20e38794c41024d14a48 /llvm/unittests/Support/CommandLineTest.cpp | |
parent | dbc32e2aa72ed1a46c85160755820c471689dcc1 (diff) | |
download | llvm-f3676c3273b9ef32af4b63b8bfa156a8dac31e63.zip llvm-f3676c3273b9ef32af4b63b8bfa156a8dac31e63.tar.gz llvm-f3676c3273b9ef32af4b63b8bfa156a8dac31e63.tar.bz2 |
[mlir][memref] memref.reinterpret_cast folding
* reinterpret_cast(reinterpret_cast(x)) -> reinterpret_cast(x)
* reinterpret_cast(cast(x)) -> reinterpret_cast(x)
* reinterpret_cast(subview(x)) -> reinterpret_cast(x) if subview offsets are 0
Differential Revision: https://reviews.llvm.org/D120242
Diffstat (limited to 'llvm/unittests/Support/CommandLineTest.cpp')
0 files changed, 0 insertions, 0 deletions