[PATCH] D24125: [AMDGPU] Promote uniform i16 ops to i32 ops

Wei Ding via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 23 11:27:43 PDT 2016


wdng added a comment.

In https://reviews.llvm.org/D24125#550972, @kzhuravl wrote:

> In https://reviews.llvm.org/D24125#545266, @arsenm wrote:
>
> > There are various integer intrinsics that can also be handled but that can be a later patch
>
>
> Ok
>
> In https://reviews.llvm.org/D24125#545277, @arsenm wrote:
>
> > Does the min/max pattern actually get matched for i16 after the promotions are inserted?
>
>
> Yes


Does this patch work for umed3 instruction? Just want to check.


https://reviews.llvm.org/D24125





More information about the llvm-commits mailing list