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

Jan Vesely via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 29 06:51:27 PST 2016


jvesely added inline comments.


================
Comment at: test/CodeGen/AMDGPU/legalize-umax-bug.ll:1
+; RUN: llc -march=r600 -mcpu=cypress -start-after safe-stack %s -o /dev/null
+; Don't crash
----------------
Can you prefix the test file name with r600. ?
I might also be a good idea use FileCheck and check that MAX_UINT was selected


https://reviews.llvm.org/D28135





More information about the llvm-commits mailing list