[all-commits] [llvm/llvm-project] 55f15f: [AggressiveInstCombine] foldGuardedRotateToFunnelS...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon Nov 2 09:09:45 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 55f15f99cbb33ce39fa44b6d2c90eef7ad9a376d
      https://github.com/llvm/llvm-project/commit/55f15f99cbb33ce39fa44b6d2c90eef7ad9a376d
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-11-02 (Mon, 02 Nov 2020)

  Changed paths:
    M llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp

  Log Message:
  -----------
  [AggressiveInstCombine] foldGuardedRotateToFunnelShift - generalize rotation to funnel shift matcher.

Replace matchRotate with a more general matchFunnelShift - at the moment this is still just used for rotation patterns.




More information about the All-commits mailing list