[PATCH] D101297: [SLP]Allow masked gathers only if allowed by target.

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 4 01:26:59 PDT 2021


uabelho added a comment.

I'm seeing a strange case with this patch where I now get calls to

  llvm.masked.gather.v2i16.v2p0i16

after SLP vectorizer and before we didn't?
Masked gather is not legal on my target. Something seems to be backwards?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101297



More information about the llvm-commits mailing list