[PATCH] D155924: [IR] Remove support for and/or constant expressions

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 28 00:07:23 PDT 2023


nikic added a comment.

@glandium Could you please share the relevant bitcode file? We generally can't auto-upgrade constant expressions in metadata (because we can't materialize instructions in that context), but depending on how it is used, we may be able to drop it entirely.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155924



More information about the llvm-commits mailing list