Files
clang-p2996/llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp
Matt Arsenault d6f9428e46 GlobalISel: Pass MachineIRBuilder to applyMappingImpl
The target should not have to construct MachineIRBuilders during
RegBankSelect (we should perhaps hide the constructors for it). The
pass should own the builder setup with the desired CSE configuration
(although currently the pass does not use the CSE builder, which is
what I want to fix).

https://reviews.llvm.org/D156479
2023-07-31 10:03:38 -04:00

42 KiB