[PATCH] D34555: [NVPTX] Add lowering of i128 params.

Denys Zariaiev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 11:05:09 PDT 2017


denzp added a comment.

In https://reviews.llvm.org/D34555#802254, @tra wrote:

> In https://reviews.llvm.org/D34555#802008, @denzp wrote:
>
> > Is it safe just to change data layout at clang side? Won't it break backward compatibility?
>
>
> Clang and LLVM sides of this change should land together as they have to be in sync.
>
> Other than that, AFAICT it should be safe as it affects only i128 which is not currently supported, so there should be no backward compatibility issues. That's in theory. You may want to ask this question on cfe-dev at .


Looks like we can simply update Clang's data layout and it should not break anything: cfe-dev thread <http://lists.llvm.org/pipermail/cfe-dev/2017-July/054649.html>.

Do I need to create a "differential" for the clang patch? I attached the diff to my previous comment here, and changes there are quite trivial.


Repository:
  rL LLVM

https://reviews.llvm.org/D34555





More information about the llvm-commits mailing list