Files
clang-p2996/llvm/lib/CodeGen/CallBrPrepare.cpp
paperchalice 1debbae96b [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.
2023-11-29 10:33:14 +09:00

8.9 KiB