[PATCH] D112754: X86: Fold masked merge pattern when and-not is not available

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 29 05:58:27 PDT 2021


RKSimon added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/TargetLowering.h:4616
 
+  SDValue foldMaskedMerge(SDNode *Node, SelectionDAG &DAG) const;
+
----------------
Description?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112754/new/

https://reviews.llvm.org/D112754



More information about the llvm-commits mailing list