aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/SourceManager.cpp
diff options
context:
space:
mode:
authorThurston Dang <thurston@google.com>2025-04-13 00:07:28 -0700
committerGitHub <noreply@github.com>2025-04-13 00:07:28 -0700
commitd6e2aee9b1069b4a5fc1a0b07aef23b380f856f6 (patch)
tree1b400fe4ebe5600744f04945fbb6b266d1b191f1 /clang/lib/Basic/SourceManager.cpp
parentf4fba20726aced418dc7ae24e47ee78f109a64cb (diff)
downloadllvm-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