[PATCH] D28135: SelectionDAG: Fix in legalization of UMAX/SMAX/UMIN/SMIN. Solves PR31486.

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 23:49:47 PST 2017


uabelho added a comment.

Anything else?



================
Comment at: test/CodeGen/AMDGPU/r600-legalize-umax-bug.ll:4-5
+
+target datalayout = "e-p:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64"
+target triple = "r600--"
+
----------------
arsenm wrote:
> You can remove these since they are redundant with the command line arguments
Done.


https://reviews.llvm.org/D28135





More information about the llvm-commits mailing list