[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 14:14:20 PDT 2017


efriedma added a comment.

The new code here seems to overlap with llvm::canReplaceOperandWithVariable.  Can we unify them?


https://reviews.llvm.org/D34576





More information about the llvm-commits mailing list