[PATCH] D69891: [VP,Integer,#1] Vector-predicated integer intrinsics
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 12 22:53:00 PST 2019
jdoerfert added inline comments.
================
Comment at: llvm/lib/IR/IntrinsicInst.cpp:263
+ default:
+ return None;
+
----------------
jdoerfert wrote:
> Default clauses make it harder to find all switches that might need to be adjusted. If there is no strong reason to have them we should not.
Forget this one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69891/new/
https://reviews.llvm.org/D69891
More information about the llvm-commits
mailing list