Skip to content
  • Chandler Carruth's avatar
    Clarify and make explicit some of the requirements for transforming · aa01e666
    Chandler Carruth authored
    mask+shift pairs at the beginning of the ISD::AND case block, and then
    hoist the final pattern into a helper function, simplifying and
    reflowing it appropriately. This should have no observable behavior
    change, but several simplifications fell out of this such as directly
    computing the new mask constant, etc.
    
    llvm-svn: 147939
    aa01e666
Loading