Tom Stellard
|
ab8ada34c0
|
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>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170341 91177308-0d34-0410-b5e6-96231b3b80d8
|
2012-12-17 15:14:53 +00:00 |
|
Tom Stellard
|
08f2d9379c
|
Fix warnings with -DNDEBUG
Patch by: NAKAMURA Takumi
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170142 91177308-0d34-0410-b5e6-96231b3b80d8
|
2012-12-13 19:38:52 +00:00 |
|
Jakob Stoklund Olesen
|
4397294e78
|
Avoid setIsInsideBundle in Target/R600.
This function is going to be removed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170064 91177308-0d34-0410-b5e6-96231b3b80d8
|
2012-12-13 00:59:38 +00:00 |
|
NAKAMURA Takumi
|
c34ccb7b68
|
[CMake] Fixup R600.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169962 91177308-0d34-0410-b5e6-96231b3b80d8
|
2012-12-12 03:34:26 +00:00 |
|
Tom Stellard
|
f98f2ce29e
|
Add R600 backend
A new backend supporting AMD GPUs: Radeon HD2XXX - HD7XXX
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169915 91177308-0d34-0410-b5e6-96231b3b80d8
|
2012-12-11 21:25:42 +00:00 |
|