[PATCH] D125453: [LegalizeTypes][VP] Add integer promotion support for vp.setcc

WangLian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 20:36:00 PDT 2022


Jimerlife marked an inline comment as done.
Jimerlife added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:1937
+  assert(N->getNumOperands() == 5 && "Unexpected number of operands!");
+  assert((N->getOpcode() == ISD::VP_SETCC) && "Expected VP_SETCC opcode");
+
----------------
frasercrmck wrote:
> Unnecessary parens
Thanks, remove unnecessary parens


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125453



More information about the llvm-commits mailing list