Bufferization has an optional filter to exclude certain ops from analysis+bufferization. There were a few remaining places in the codebase where the filter was not checked.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The reported failure seems unrelated but please double-check too.
Thanks for fixing this so quickly!
Comment Actions
The error looks unrelated. But because of the missing op filtering, some functions were getting called that should not have been called. That's where we ran into the assertion.