[llvm] [RISCV] Partially move doPeepholeMaskedRVV into RISCVFoldMasks (PR #72441)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 14:18:41 PST 2023


================
@@ -18,6 +18,7 @@
 
 #include "RISCV.h"
 #include "RISCVSubtarget.h"
+#include "RISCVISelDAGToDAG.h"
----------------
topperc wrote:

Alphabetize? Though I'm surprised a SelectionDAG header is needed in an MIR pass.

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


More information about the llvm-commits mailing list