[PATCH] D139861: [llvm] boilerplate for new callbrprepare codegen IR pass

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 10:14:36 PST 2023


nickdesaulniers updated this revision to Diff 490577.
nickdesaulniers marked 2 inline comments as done.
nickdesaulniers added a comment.
This revision is now accepted and ready to land.

- fix both nits in comments, as per @void


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139861/new/

https://reviews.llvm.org/D139861

Files:
  llvm/include/llvm/CodeGen/CodeGenPassBuilder.h
  llvm/include/llvm/CodeGen/MachinePassRegistry.def
  llvm/include/llvm/CodeGen/Passes.h
  llvm/include/llvm/InitializePasses.h
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/CallBrPrepare.cpp
  llvm/lib/CodeGen/CodeGen.cpp
  llvm/lib/CodeGen/TargetPassConfig.cpp
  llvm/test/CodeGen/AArch64/callbr-prepare.ll
  llvm/tools/opt/opt.cpp
  llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139861.490577.patch
Type: text/x-patch
Size: 8690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230119/2c45400e/attachment.bin>


More information about the llvm-commits mailing list