[PATCH] D26114: [AMDGPU] Allow hoisting of comparisons out of a loop and eliminate condition copies

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 3 06:54:57 PDT 2016


tstellarAMD added inline comments.


================
Comment at: test/CodeGen/AMDGPU/host-cond.ll:1
+; RUN: llc -march=amdgcn < %s | FileCheck %s
+
----------------
You should pass -verify-machineinstrs to llc.


================
Comment at: test/CodeGen/AMDGPU/host-cond.ll:44
+; Function Attrs: nounwind readnone
+declare i32 @llvm.amdgcn.workitem.id.x()
----------------
This function is missing its attributes.


Repository:
  rL LLVM

https://reviews.llvm.org/D26114





More information about the llvm-commits mailing list