[llvm] [SelectionDAG] Add space-optimized forms of OPC_CheckComplexPat (PR #73310)

Wang Pengcheng via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 4 04:23:09 PST 2024


================
@@ -56,7 +56,7 @@ static MVT::SimpleValueType getRegisterValueType(Record *R,
 namespace {
   class MatcherGen {
     const PatternToMatch &Pattern;
-    const CodeGenDAGPatterns &CGP;
+    CodeGenDAGPatterns &CGP;
----------------
wangpc-pp wrote:

This is by design, we will change some states in CodeGenDAGPatterns.

https://github.com/llvm/llvm-project/pull/73310


More information about the llvm-commits mailing list