[PATCH] D89576: [SVE][CodeGen] Lower scalable masked scatters

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 15:32:19 PDT 2020


craig.topper added a comment.

In D89576#2335980 <https://reviews.llvm.org/D89576#2335980>, @efriedma wrote:

> I'm a little suspicious that the DAGCombine changes don't have any effect on x86 regression tests; are we missing test coverage?

X86 does have its own sext combine. Does anything prevent refineIndexType from making index types that aren't supported by the hardware instruction?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89576/new/

https://reviews.llvm.org/D89576



More information about the llvm-commits mailing list