[PATCH] D96340: Make fixed-abi default for AMD HSA OS
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 11 15:26:01 PST 2021
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/callee-special-input-sgprs.ll:16
; GCN-NOT: s[4:5]
; GCN-NOT: s4
; GCN-NOT: s5
----------------
This test should force use the variable ABI. We already have a dedicated test for the fixed ABI for these inputs (callee-special-input-sgprs-fixed-abi.ll)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96340/new/
https://reviews.llvm.org/D96340
More information about the llvm-commits
mailing list