[PATCH] D103661: [IR] Add utility to convert constant expression operands (of an instruction) to instructions.

Mahesha S via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 6 23:15:12 PDT 2021


hsmhsm updated this revision to Diff 350177.
hsmhsm added a comment.

Replace llvm data structures by std c++ data structures, since passing complicated and nested
llvm data structures as a reference parameter of a function is very complicated.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103661

Files:
  llvm/include/llvm/IR/ReplaceConstant.h
  llvm/lib/IR/ReplaceConstant.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103661.350177.patch
Type: text/x-patch
Size: 5591 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210607/01a470a7/attachment.bin>


More information about the llvm-commits mailing list