R600: remove nonsense setPrefLoopAlignment
authorTom Stellard <thomas.stellard@amd.com>
Mon, 17 Dec 2012 15:14:53 +0000 (15:14 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 17 Dec 2012 15:14:53 +0000 (15:14 +0000)
commit16a17c6d3e7afb09fd8c106678d775963845c6e2
tree1be3fca67ba34f81ee5d6415dfc2ab7aa5835846
parentd6aec5a8e046c7f0a127f36a92bcb2fa9bb81801
R600: remove nonsense setPrefLoopAlignment

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.

Patch by: Christian König

Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
Tested-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Christian König <deathsimple@vodafone.de>
llvm-svn: 170341
llvm/lib/Target/R600/AMDILISelLowering.cpp