[CodeGen] Port CallBrPrepare to new pass manager (#73630)
IIUC in the new pass manager infrastructure, the analysis result is always computed lazily. So just use `getResult` here.
Loading
Please sign in to comment
IIUC in the new pass manager infrastructure, the analysis result is always computed lazily. So just use `getResult` here.