[PATCH] D45372: [AMDGPU] Fix issues for backend divergence tracking

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 6 08:40:25 PDT 2018


arsenm added inline comments.


================
Comment at: test/CodeGen/AMDGPU/diverge-extra-formal-args.ll:10
+target triple = "amdgcn--amdpal"
+
+ at 0 = external dso_local addrspace(4) constant [6 x <2 x float>]
----------------
Move the triple to run line and delete it and the datalayout


================
Comment at: test/CodeGen/AMDGPU/diverge-interp-mov-lower.ll:7
+
+target datalayout = "e-p:64:64-p1:64:64-p2:32:32-p3:32:32-p4:64:64-p5:32:32-p6: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-A5"
+target triple = "amdgcn--amdpal"
----------------
Ditto


Repository:
  rL LLVM

https://reviews.llvm.org/D45372





More information about the llvm-commits mailing list