forked from OSchip/llvm-project
2876b3eef3
Previously, getWithOffset() would drop the offset if the base was null. Because of this, MachineMemOperand would return the wrong result from getAlign() in these cases. MachineMemOperand stores the alignment of the pointer without the offset. A bunch of MIR tests changed because we print the offset now. Split off from D77687. Differential Revision: https://reviews.llvm.org/D78049 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
CSETest.cpp | ||
ConstantFoldingTest.cpp | ||
GISelMITest.cpp | ||
GISelMITest.h | ||
KnownBitsTest.cpp | ||
LegalizerHelperTest.cpp | ||
LegalizerInfoTest.cpp | ||
LegalizerTest.cpp | ||
MachineIRBuilderTest.cpp | ||
PatternMatchTest.cpp |