Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks fine to me as long as we've resolved the semantic issues here. I'd wait for what Chandler &&/|| David have to say.
Comment Actions
LGTM
lib/Transforms/InstCombine/InstCombineCalls.cpp | ||
---|---|---|
3275–3276 | I think you could just do if (FI.isIdenticalTo(NFI)) |
lib/Transforms/InstCombine/InstCombineCalls.cpp | ||
---|---|---|
3275–3276 | I was actually looking for that function (but didn't find it), thanks for the review. |
I think you could just do if (FI.isIdenticalTo(NFI))