[PATCH] D52221: require lower-switch in preISel passes for AMDGPU
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 20 00:38:54 PDT 2018
arsenm added inline comments.
================
Comment at: test/CodeGen/AMDGPU/diverge-switch-default.ll:4
+target triple = "amdgcn--"
+
+; CHECK-LABEL: @switch_unreachable_default
----------------
Drop the triple in the file since it is redundant with the run lines
Repository:
rL LLVM
https://reviews.llvm.org/D52221
More information about the llvm-commits
mailing list