[PATCH] D32215: Updated PPCG Code Generation for OpenCL compatibility
Philipp Schaad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 24 03:07:37 PDT 2017
PhilippSchaad added inline comments.
================
Comment at: test/GPGPU/double-parallel-loop.ll:215
;
-target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
+target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v16:16:16-v32:32:32-v64:64:64-v128:128:128-n16:32:64"
----------------
grosser wrote:
> Hi Philippe,
>
> I am slightly surprised you change the data-layout of the input code. This is generally nothing we have control over. Is this change indeed needed to make your patch work?
It is not, this was only done for consistency reasons, which does not make sense. My bad, I will revert those.
Repository:
rL LLVM
https://reviews.llvm.org/D32215
More information about the llvm-commits
mailing list