Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Transforms/InstCombine/InstCombineCalls.cpp | ||
---|---|---|
2272 | This loop is repeated at one other place (InlineFunction, I think). In a separate change, I'll extract this loop out into a helper function. |
Paths
| Differential D14857
[InstCombine] Don't drop operand bundles ClosedPublic Authored by sanjoy on Nov 19 2015, 8:31 PM.
Details
Diff Detail Event Timelinesanjoy updated this object.
This revision is now accepted and ready to land.Nov 24 2015, 2:20 PM Closed by commit rL254046: [InstCombine] Don't drop operand bundles (authored by sanjoy). · Explain WhyNov 24 2015, 4:45 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 40737 include/llvm/IR/IRBuilder.h
lib/Transforms/InstCombine/InstCombineCalls.cpp
test/Transforms/InstCombine/cast-callee-deopt-bundles.ll
|
This loop is repeated at one other place (InlineFunction, I think). In a separate change, I'll extract this loop out into a helper function.