[PATCH] D125795: [IR] Remove support for extractvalue constant expression

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 21 03:38:45 PDT 2022


nhaehnle added a comment.

I'm in favor of doing this, and the change looks mostly straightforward. However, I wonder if, since it is a breaking change in the C ABI, we shouldn't have at least one release cycle where `LLVMConstExtractValue` (and other functions that are planned to be removed) are marked as deprecated.


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

https://reviews.llvm.org/D125795



More information about the llvm-commits mailing list