[PATCH] D26256: [InstCombine] Don't set debug location when folding through a phi node

Dehao Chen via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 13:40:56 PDT 2016


danielcdh added a comment.

I'm not sure if I understand why you want to add a discriminator here. Basically we should only add a discriminator in the AddDiscriminators.cpp, or when there is code duplication that we want to record.

Dehao


https://reviews.llvm.org/D26256





More information about the llvm-commits mailing list