[llvm] [DAG][X86]added shrd in combineor for bzhiq+shlq+or (PR #125734)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 21 02:00:01 PDT 2025


================
@@ -51887,6 +51887,47 @@ static SDValue combineOr(SDNode *N, SelectionDAG &DAG,
     }
   }
 
+  if (!Subtarget.isSHLDSlow()) {
----------------
RKSimon wrote:

There's not a single comment in this entire patch :( 

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


More information about the llvm-commits mailing list