[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.
parent
00dbea7c
Please register or sign in to comment
IIUC in the new pass manager infrastructure, the analysis result is always computed lazily. So just use `getResult` here.