[all-commits] [llvm/llvm-project] 1debba: [CodeGen] Port CallBrPrepare to new pass manager (...
paperchalice via All-commits
all-commits at lists.llvm.org
Tue Nov 28 17:33:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1debbae96b77b88fbc2f20ff749e742759b7419f
https://github.com/llvm/llvm-project/commit/1debbae96b77b88fbc2f20ff749e742759b7419f
Author: paperchalice <29250197+paperchalice at users.noreply.github.com>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
A llvm/include/llvm/CodeGen/CallBrPrepare.h
M llvm/lib/CodeGen/CallBrPrepare.cpp
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/test/CodeGen/AArch64/callbr-prepare.ll
Log Message:
-----------
[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.
More information about the All-commits
mailing list