Cleans up a bunch of places where we do getSize() * 8.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D60799
Add a getSizeInBits() accessor to MachineMemOperand. NFC. ClosedPublic Authored by aemerson on Apr 16 2019, 3:17 PM.
Details Summary Cleans up a bunch of places where we do getSize() * 8.
Diff Detail
Event TimelineHerald added subscribers: Petar.Avramovic, hiraditya, wdng. · View Herald TranscriptApr 16 2019, 3:17 PM This revision is now accepted and ready to land.Apr 16 2019, 3:40 PM
Closed by commit rL358617: Add a getSizeInBits() accessor to MachineMemOperand. NFC. (authored by aemerson). · Explain WhyApr 17 2019, 3:21 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 195640 llvm/trunk/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
llvm/trunk/include/llvm/CodeGen/MachineMemOperand.h
llvm/trunk/include/llvm/Support/LowLevelTypeImpl.h
llvm/trunk/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
llvm/trunk/lib/CodeGen/MachineVerifier.cpp
|