[PATCH] D46259: [CFLGraph][NFC] Simplify/reorder switch in visitConstantExpr
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 1 18:08:24 PDT 2018
efriedma added inline comments.
================
Comment at: llvm/trunk/lib/Analysis/CFLGraph.h:548
- break;
- }
- case Instruction::InsertElement: {
----------------
The logic for selects looks suspicious; operand 0 is the condition.
Repository:
rL LLVM
https://reviews.llvm.org/D46259
More information about the llvm-commits
mailing list