[PATCH] D56119: [PowerPC] Fix  ADDE, SUBE do not know how to promote operator
    Jinsong Ji via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Dec 28 09:51:38 PST 2018
    
    
  
jsji added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:871
+// Handle promotion for the ADDE/SUBE/ADDCARRY/SUBCARRY nodes. Notice that
+// the third operand of ADDE/SUBE noes is carry flag, which differs from 
+// the ADDCARRY/SUBCARRY nodes in that the third operand is carry Boolean.
----------------
typo: noes -> nodes
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56119/new/
https://reviews.llvm.org/D56119
    
    
More information about the llvm-commits
mailing list