P4 to Git Change 1288051 by jsjodin@jsjodin-git2p4-llvm on 2016/07/06 16:46:07

SWDEV-3 - [ARM] Refactor Thumb2 mul instruction descs

	No functional changes. Just created wrapper classes around the 3
	and 4 reg mult and mac instruction classes.

	Differential Revision: http://reviews.llvm.org/D21549

	git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274347 91177308-0d34-0410-b5e6-96231b3b80d8

	GitHash: b5755a89959882b64dc9adc3a963b5ba920b392f

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/llvm.git/lib/Target/ARM/ARMInstrThumb2.td#2 edit
Этот коммит содержится в:
foreman
2016-07-06 23:48:31 -04:00
родитель 7a8d3d1c44
Коммит 8db67e10da
7 изменённых файлов: 82 добавлений и 90 удалений
+1 -1
Просмотреть файл
@@ -619,7 +619,7 @@ PrintfDbgHSA::init(
// Copy offset and number of bytes available for printf data
// into the corresponding location in the debug buffer
dbgBuffer_->writeRawData(gpu, 0, initSize, sysMem, true);
dbgBuffer_->writeRawData(gpu, initSize, sysMem, true);
}
return true;
}