[PATCH] D151997: [AMDGPU] Document amdgpu_cs_chain[_preserve] CCs. NFC
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 6 05:33:23 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/docs/AMDGPUUsage.rst:1127
+
+ Functions must be aligned to at least 64 bytes.
+
----------------
nhaehnle wrote:
> This shouldn't be a property of the calling convention. We should just set the alignment attribute in the frontend to ensure this.
Why? Entry points require 256 byte align but regular code is fine with 4
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151997/new/
https://reviews.llvm.org/D151997
More information about the llvm-commits
mailing list