[PATCH] D34576: [ConstantHoisting] Avoid hoisting constants in GEPs that index into a struct type.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 17:26:38 PDT 2017
efriedma added a comment.
> Only first operand is allowed to be set to a non-constant value.
Ah...
It's supposed to check for the first two operands for insertvalue.
https://reviews.llvm.org/D34576
More information about the llvm-commits
mailing list