[llvm] [GlobalISel] An optimizing MIR builder (PR #132282)
John Stuart via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 31 12:47:29 PDT 2025
john-stuart2 wrote:
To give a bit more context, my dream is to remove constant folding from the CSEMIRBuilder and have a separate builder for constant folding. Please inspect the constructor of the new builder. The proposed builder uses undef, poison, and constant folding for optimizations. It delegates on failure to optimize to the CSEMIRBuilder. The main advertisement of the new builder is that always optimizes into legal gMIR.
https://github.com/llvm/llvm-project/pull/132282
More information about the llvm-commits
mailing list