This matches how they are called and allows some isa/cast/dyn_cast
to be removed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D108333
[TypePromotion] Use Instruction* instead of Value* for a couple functions. NFC ClosedPublic Authored by craig.topper on Aug 18 2021, 3:05 PM.
Details Summary This matches how they are called and allows some isa/cast/dyn_cast
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 19 2021, 12:58 AM This revision was landed with ongoing or failed builds.Aug 19 2021, 7:18 AM Closed by commit rGc60a4c1ba598: [TypePromotion] Use Instruction* instead of Value* for a couple functions. NFC (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 367490 llvm/lib/CodeGen/TypePromotion.cpp
|