[llvm] [SelectionDAG] Add space-optimized forms of OPC_CheckComplexPat (PR #73310)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 4 03:59:48 PST 2024
================
@@ -56,7 +56,7 @@ static MVT::SimpleValueType getRegisterValueType(Record *R,
namespace {
class MatcherGen {
const PatternToMatch &Pattern;
- const CodeGenDAGPatterns &CGP;
+ CodeGenDAGPatterns &CGP;
----------------
arsenm wrote:
Seems unfortunate to lose const for this
https://github.com/llvm/llvm-project/pull/73310
More information about the llvm-commits
mailing list