[all-commits] [llvm/llvm-project] 75e33f: [X86] combineVectorHADDSUB - remove the broken HOP...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Jan 20 13:32:22 PST 2022


  Branch: refs/heads/release/13.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 75e33f71c2dae584b13a7d1186ae0a038ba98838
      https://github.com/llvm/llvm-project/commit/75e33f71c2dae584b13a7d1186ae0a038ba98838
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-01-20 (Thu, 20 Jan 2022)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/horizontal-shuffle-2.ll

  Log Message:
  -----------
  [X86] combineVectorHADDSUB - remove the broken HOP(x,x) merging code (PR51974)

This intention of this code turns out to be superfluous as we can handle this with shuffle combining, and it has a critical flaw in that it doesn't check for dependencies.

Fixes PR51974

(cherry picked from commit 468ff703e114599ce8fb7457bd3c7ef0b219e952)




More information about the All-commits mailing list