[PATCH] D125960: [LegalizeTypes][VP] Add integer promotion support for vp.sitofp/vp.uitofp
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 19 22:10:23 PDT 2022
craig.topper requested changes to this revision.
craig.topper added inline comments.
This revision now requires changes to proceed.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:2113
+ return SDValue(DAG.UpdateNodeOperands(N,
+ SExtPromotedInteger(N->getOperand(0)),
+ N->getOperand(1), N->getOperand(2)),
----------------
ZExtPromoted
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125960/new/
https://reviews.llvm.org/D125960
More information about the llvm-commits
mailing list