diff options
author | Thurston Dang <thurston@google.com> | 2025-04-13 00:07:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-13 00:07:28 -0700 |
commit | d6e2aee9b1069b4a5fc1a0b07aef23b380f856f6 (patch) | |
tree | 1b400fe4ebe5600744f04945fbb6b266d1b191f1 /clang/lib/Basic/SourceManager.cpp | |
parent | f4fba20726aced418dc7ae24e47ee78f109a64cb (diff) | |
download | llvm-d6e2aee9b1069b4a5fc1a0b07aef23b380f856f6.zip llvm-d6e2aee9b1069b4a5fc1a0b07aef23b380f856f6.tar.gz llvm-d6e2aee9b1069b4a5fc1a0b07aef23b380f856f6.tar.bz2 |
Revert "[tosa]: canonicalize dynamic size of tosa.slice to static output shape" (#135525)
Reverts llvm/llvm-project#135429 due buildbot breakage:
https://lab.llvm.org/buildbot/#/builders/169/builds/10405
Based on the ASan output, I think after the replaceOp on line 775, it's
no longer valid to do getSize() on sliceOp:
```
775 rewriter.replaceOp(sliceOp, newSliceOp.getResult());
776
777 // Remove const_shape size op when it no longer has use point.
778 Operation *sizeConstShape = sliceOp.getSize().getDefiningOp();
```
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions