Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
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 ↗ | (On Diff #86380) | I think you could just do if (FI.isIdenticalTo(NFI)) |
lib/Transforms/InstCombine/InstCombineCalls.cpp | ||
---|---|---|
3275–3276 ↗ | (On Diff #86380) | I was actually looking for that function (but didn't find it), thanks for the review. |