[PATCH] D109148: [DAGCombiner][VP] Fold zero-length or false-masked VP ops
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 7 10:32:09 PDT 2021
RKSimon added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:1744
+#include "llvm/IR/VPIntrinsics.def"
+ return visitVPOp(N);
}
----------------
Should we have a #undef BEGIN_REGISTER_VP_SDNODE after the include?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109148/new/
https://reviews.llvm.org/D109148
More information about the llvm-commits
mailing list