[PATCH] D14004: Use the new 'InvariantInfo' property to eliminate redundant loads with --gvn.

Larisse Voufo via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 8 21:04:00 PST 2015


lvoufo added a comment.

In http://reviews.llvm.org/D14004#284819, @nlewycky wrote:

> This adds a call to "processInvariantIntrinsic" in GVN.cpp, but there is no such function and it isn't defined in this patch?


processInvariantIntrinsic is defined in http://reviews.llvm.org/D14003, which this patch depends on. Does this help?


http://reviews.llvm.org/D14004





More information about the llvm-commits mailing list