Currently some of the nested IR building inconsistently uses nb and b, it's very easy to call wrong builder outside of the current scope, so for simplicity all builders are always called b, and in nested IR building regions they just shadow the "parent" builder.
Details
Details
Summary
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Herald added subscribers: sdasgup3, wenzhicui, wrengr and 19 others. · View Herald TranscriptFeb 16 2022, 8:35 PM
ezhulenev retitled this revision from [mlir] Async: always use 'b' for the current builder to [mlir] NFC Async: always use 'b' for the current builder.
This revision is now accepted and ready to land.Feb 16 2022, 9:03 PM
Closed by commit rGabe2dee5ebb9: [mlir] NFC Async: always use 'b' for the current builder (authored by ezhulenev). · Explain WhyFeb 16 2022, 9:21 PM
This revision was automatically updated to reflect the committed changes.