[llvm] r318436 - [PPC] Change i32 constant in store instruction to i64

Carrot Wei via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 16 10:43:23 PST 2017


Oops, I pasted wrong link. The correct one should be
https://reviews.llvm.org/D39875.

On Thu, Nov 16, 2017 at 10:36 AM, Hans Wennborg <hans at chromium.org> wrote:
> On Thu, Nov 16, 2017 at 10:27 AM, Guozhi Wei via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>> Author: carrot
>> Date: Thu Nov 16 10:27:34 2017
>> New Revision: 318436
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=318436&view=rev
>> Log:
>> [PPC] Change i32 constant in store instruction to i64
>>
>> This patch changes all i32 constant in store instruction to i64 with truncation, to increase the chance that the referenced constant can be shared with other i64 constant.
>>
>> Differential Revision: https://reviews.llvm.org/D39352
>
> Wrong link? That one seems to be about if-conversion.


More information about the llvm-commits mailing list