[PATCH] D127729: [Bitcode] Support expanding constant expressions into instructions

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 02:32:19 PDT 2022


nikic created this revision.
Herald added subscribers: mgrang, hiraditya.
Herald added a project: All.
nikic requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Proof of concept for removal of constant expressions. There are some issues with uselistorder preservation left.


https://reviews.llvm.org/D127729

Files:
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/Bitcode/Reader/ValueList.cpp
  llvm/lib/Bitcode/Reader/ValueList.h
  llvm/test/Bitcode/compatibility.ll
  llvm/test/Bitcode/constexpr-to-instr.ll
  llvm/test/Bitcode/metadata-2.ll
  llvm/test/Bitcode/old-aliases.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127729.436714.patch
Type: text/x-patch
Size: 78013 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220614/067e9f19/attachment.bin>


More information about the llvm-commits mailing list