[PATCH] D100633: Remove error check for indirect calls and add missing queue-ptr
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 16 10:30:57 PDT 2021
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/check-simple-indirect-call.ll:1
+; RUN: llc -mtriple=amdgcn-amd-amdhsa < %s | FileCheck -check-prefix=GCN %s
+
----------------
Should use a concrete subtarget
================
Comment at: llvm/test/CodeGen/AMDGPU/check-simple-indirect-call.ll:3
+
+; GCN-LABEL: {{^}}indirect:
+define internal void @indirect() {
----------------
Should just merge this into the existing indirect call test
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100633/new/
https://reviews.llvm.org/D100633
More information about the llvm-commits
mailing list