interfaces is passed through to the numberValuesIn* functions with exactly
the same value as when SSANameState is constructed. This just seems cleaner.
Also, a dependent PR adds printerFlags which follows similar code paths.
Differential D105299
[mlir][NFC] Switched `interfaces` to a private member of SSANameState. ClosedPublic Authored by izuk on Jul 1 2021, 10:58 AM. Tokens "Cup of Joe" token, awarded by post.kadirselcuk.
Details Summary interfaces is passed through to the numberValuesIn* functions with exactly Also, a dependent PR adds printerFlags which follows similar code paths.
Diff Detail
Unit TestsFailed
Event Timelineizuk added a child revision: D105300: [mlir] Added OpPrintingFlags to AsmState and SSANameState..Jul 1 2021, 10:59 AM Comment Actions Please add a description to your commit message which includes the context/motivation for the change ( https://mlir.llvm.org/getting_started/Contributing/#commit-messages ) Also if this seems NFC? (tag the title) izuk retitled this revision from Switched `interfaces` to a private member of SSANameState. to [mlir][NFC] Switched `interfaces` to a private member of SSANameState..Jul 2 2021, 2:21 PM This revision is now accepted and ready to land.Jul 2 2021, 3:17 PM This revision was landed with ongoing or failed builds.Jul 10 2021, 10:20 AM Closed by commit rGf4f11ee4a705: [mlir][NFC] Switched `interfaces` to a private member of SSANameState. (authored by izuk, committed by mehdi_amini). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 356274 mlir/lib/IR/AsmPrinter.cpp
|