llvm-project/llvm/bindings
Nikita Popov bbfb13a5ff [ConstExpr] Remove select constant expression
This removes the select constant expression, as part of
https://discourse.llvm.org/t/rfc-remove-most-constant-expressions/63179.
Uses of this expressions have already been removed in advance,
so this just removes related infrastructure and updates tests.

Differential Revision: https://reviews.llvm.org/D145382
2023-03-16 10:32:08 +01:00
..
ocaml [ConstExpr] Remove select constant expression 2023-03-16 10:32:08 +01:00
python [AggressiveInstCombine] Remove legacy PM pass 2022-11-15 14:35:15 -08:00
README.txt

This directory contains bindings for the LLVM compiler infrastructure to allow
programs written in languages other than C or C++ to take advantage of the LLVM
infrastructure--for instance, a self-hosted compiler front-end.