Skip to content
  • Simon Pilgrim's avatar
    32483668
    [X86][SSE] Begun adding modulo rotate support to LowerRotate · 32483668
    Simon Pilgrim authored
    Prep work for PR38243 - mainly adding comments on where we need to add modulo support (doing so at the moment causes massive codegen regressions).
    
    I've also consistently added support for modulo folding for uniform constants (although at the moment we have no way to trigger this) and removed the old assertions.
    
    llvm-svn: 348366
    32483668
    [X86][SSE] Begun adding modulo rotate support to LowerRotate
    Simon Pilgrim authored
    Prep work for PR38243 - mainly adding comments on where we need to add modulo support (doing so at the moment causes massive codegen regressions).
    
    I've also consistently added support for modulo folding for uniform constants (although at the moment we have no way to trigger this) and removed the old assertions.
    
    llvm-svn: 348366
Loading