This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferize][NFC] Fix FileCheck capture
ClosedPublic

Authored by springerm on Oct 2 2022, 6:08 PM.

Details

Summary

One of the test cases matched IR from a subsequent test case. For this reason, the test case appeared to pass while it is actually broken.

This change does not fix the test case itself. It will be fixed when we overhaul the buffer deallocation implementation. (The memory leak in this test case is an edge case.)

Diff Detail

Event Timeline

springerm created this revision.Oct 2 2022, 6:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 2 2022, 6:08 PM
springerm requested review of this revision.Oct 2 2022, 6:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 2 2022, 6:08 PM
nicolasvasilache accepted this revision.Oct 3 2022, 12:03 AM
This revision is now accepted and ready to land.Oct 3 2022, 12:03 AM
This revision was automatically updated to reflect the committed changes.