[PATCH] D53675: [WebAssembly] Lower select for vectors

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 7 13:46:07 PST 2018


aheejin added a comment.

I tried to add `ISD::SELECT` in the expansion list, like

  for (auto Op : {ISD::VSELECT, ISD::SELECT_CC, ISD::SELECT}) {
    ...
  }

And the code generation apparently works for current test `simd-select.ll`. I'm not sure if it's optimal though. Could you check again?


Repository:
  rL LLVM

https://reviews.llvm.org/D53675





More information about the llvm-commits mailing list