mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[VE] Fix allowsMisalignedMemoryAccesses after D96097
This commit is contained in:
parent
1c762d7312
commit
01de7047c8
@ -837,7 +837,7 @@ bool VETargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT,
|
||||
/// alignment error (trap) on the target machine.
|
||||
bool VETargetLowering::allowsMisalignedMemoryAccesses(EVT VT,
|
||||
unsigned AddrSpace,
|
||||
unsigned Align,
|
||||
Align A,
|
||||
MachineMemOperand::Flags,
|
||||
bool *Fast) const {
|
||||
if (Fast) {
|
||||
|
@ -183,7 +183,7 @@ public:
|
||||
bool ForCodeSize) const override;
|
||||
/// Returns true if the target allows unaligned memory accesses of the
|
||||
/// specified type.
|
||||
bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, unsigned Align,
|
||||
bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, Align A,
|
||||
MachineMemOperand::Flags Flags,
|
||||
bool *Fast) const override;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user