[llvm] [SelectionDAG] Fold constant PARTIAL_REDUCE_SMLA/UMLA/SUMLA nodes (PR #210351)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 18 05:13:34 PDT 2026


================
@@ -7,10 +7,40 @@
 //===----------------------------------------------------------------------===//
 
 #include "SelectionDAGTestBase.h"
+#include "llvm/ADT/ArrayRef.h"
----------------
RKSimon wrote:

if we can its better to get more extensive IR test coverage instead of unit tests

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


More information about the llvm-commits mailing list