[llvm] IR2Builder tool for converting LLVM IR files into C++ IRBuilder API (PR #117129)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 03:07:24 PST 2024
nikic wrote:
> ConstantExpr creation.
You can create ConstantExprs using the usual IRBuilder APIs for instructions. IRBuilder will automatically convert to ConstExpr where possible.
https://github.com/llvm/llvm-project/pull/117129
More information about the llvm-commits
mailing list