[PATCH] D39973: Fix CaptureTracking for llvm.invariant.group.barrier

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 14:54:46 PST 2017


arsenm added inline comments.


================
Comment at: test/CodeGen/AMDGPU/promote-alloca-invariant-markers.ll:2
+; RUN:  llc -amdgpu-scalarize-global-loads=false  -march=amdgcn -mtriple=amdgcn---amdgiz -mattr=+promote-alloca -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
+target datalayout = "A5"
 
----------------
Why is it necessary to add this? The datalayout is implied by the explicit triple


https://reviews.llvm.org/D39973





More information about the llvm-commits mailing list