The Align parameter is a power of two, so 16 results in 64K alignment. Additional to that even 16 byte alignment doesn't make any sense, so just remove it.
Signed-off-by: Christian König <[email protected]> --- lib/Target/AMDGPU/AMDILISelLowering.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Target/AMDGPU/AMDILISelLowering.cpp b/lib/Target/AMDGPU/AMDILISelLowering.cpp index 6a5d841..8bfd30c 100644 --- a/lib/Target/AMDGPU/AMDILISelLowering.cpp +++ b/lib/Target/AMDGPU/AMDILISelLowering.cpp @@ -217,7 +217,6 @@ void AMDGPUTargetLowering::InitAMDILLowering() { setSchedulingPreference(Sched::RegPressure); setPow2DivIsCheap(false); - setPrefLoopAlignment(16); setSelectIsExpensive(true); setJumpIsExpensive(true); -- 1.7.9.5 _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
