[PATCH] D131847: [llvm] Replace uses of llvm::Any with std::any

Joe Loser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 14 09:46:33 PDT 2022


jloser updated this revision to Diff 452533.
jloser added a comment.

Use `std::any` in `llvm/lib/CodeGen/MachinePassManager.cpp`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131847

Files:
  llvm/include/llvm/IR/PassInstrumentation.h
  llvm/lib/CodeGen/MachinePassManager.cpp
  llvm/lib/IR/LLVMContextImpl.h
  llvm/lib/IR/PassTimingInfo.cpp
  llvm/lib/Passes/StandardInstrumentations.cpp
  llvm/unittests/IR/PassBuilderCallbacksTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131847.452533.patch
Type: text/x-patch
Size: 24690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220814/9f877b57/attachment.bin>


More information about the llvm-commits mailing list