> This patch looks good, but you need to add a test case. You can add it > to the file test/CodeGen/R600/zero_extend.llVersion 2 of patch attached which includes test case. -Jon -------------- next part --------------
On Jan 1, 2014, at 9:42 PM, Jon Pry <jonpry at gmail.com> wrote:>> This patch looks good, but you need to add a test case. You can add it >> to the file test/CodeGen/R600/zero_extend.ll > > Version 2 of patch attached which includes test case. > > > -JonIt’s a good idea to include the : after the function name in the -LABEL checks. It helps avoid problems when comments refer to the function name, or if you have several functions that start with the same thing (i.e. test1 and test10)
> It’s a good idea to include the : after the function name in the -LABEL checks. It helps avoid problems when comments refer to the function name, or if you have several functions that start with the same thing (i.e. test1 and test10)Fair enough. -------------- next part --------------