[all-commits] [llvm/llvm-project] 385572: [InstCombine] remove duplicate code for simplifyin...

RotateRight via All-commits all-commits at lists.llvm.org
Thu Nov 14 10:12:31 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 385572ccfe5048682d76ed3053a9f41ba89d8dd3
      https://github.com/llvm/llvm-project/commit/385572ccfe5048682d76ed3053a9f41ba89d8dd3
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2019-11-14 (Thu, 14 Nov 2019)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp

  Log Message:
  -----------
  [InstCombine] remove duplicate code for simplifying a shuffle; NFCI

The transform is already handled by InstSimplify or earlier
in InstCombine, so trying to do it again is not necessary.




More information about the All-commits mailing list