[PATCH] D91441: [VP] Build VP SDNodes
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 8 10:10:31 PST 2020
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM with that one comment.
================
Comment at: llvm/include/llvm/IR/VPIntrinsics.def:66
+// \p EVLPOS The explicit vector length operand position.
+// \p SDOPC The SelectionDAG Node id (eg VP_ADD).
+// \p LEGALPOS The operand position of the SDNode that is used for legalizing
----------------
The descripton for SDOPC doesn't line up with the lines above and below
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91441/new/
https://reviews.llvm.org/D91441
More information about the llvm-commits
mailing list