Skip to content
  • Simon Pilgrim's avatar
    77fc551d
    [TargetLowering] Add ISD::ROTL/ROTR vector expansion · 77fc551d
    Simon Pilgrim authored
    Move existing rotation expansion code into TargetLowering and set it up for vectors as well.
    
    Ideally this would share more of the funnel shift expansion, but we handle the shift amount modulo quite differently at the moment.
    
    Begun removing x86 vector rotate custom lowering to use the expansion.
    
    llvm-svn: 349025
    77fc551d
    [TargetLowering] Add ISD::ROTL/ROTR vector expansion
    Simon Pilgrim authored
    Move existing rotation expansion code into TargetLowering and set it up for vectors as well.
    
    Ideally this would share more of the funnel shift expansion, but we handle the shift amount modulo quite differently at the moment.
    
    Begun removing x86 vector rotate custom lowering to use the expansion.
    
    llvm-svn: 349025
Loading