[PATCH] D40955: [AMDGPU] Make the new addr space mapping default
Yaxun Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 20 18:17:01 PST 2017
yaxunl added inline comments.
================
Comment at: test/Analysis/CostModel/AMDGPU/addrspacecast.ll:2
; RUN: opt -cost-model -analyze -mtriple=amdgcn-unknown-amdhsa -mcpu=kaveri < %s | FileCheck %s
+target datalayout = "A5"
----------------
arsenm wrote:
> That this is necessary is a bug. The specified triple should be sufficient
Removed. Thanks.
https://reviews.llvm.org/D40955
More information about the llvm-commits
mailing list