Previously IntrinsicInfo::size was an unsigned what can't represent the
64 bit value used by MemoryLocation::UnknownSize.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D68219
Support MemoryLocation::UnknownSize in TargetLowering::IntrinsicInfo ClosedPublic Authored by tberghammer on Sep 30 2019, 6:51 AM.
Details Summary Previously IntrinsicInfo::size was an unsigned what can't represent the
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 30 2019, 7:11 AM Closed by commit rL373214: Support MemoryLocation::UnknownSize in TargetLowering::IntrinsicInfo (authored by tberghammer). · Explain WhySep 30 2019, 7:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 222429 llvm/trunk/include/llvm/CodeGen/SelectionDAG.h
llvm/trunk/include/llvm/CodeGen/TargetLowering.h
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
|