[PATCH] D130068: [RISCV][NFCI] Set TransientStackAlignment and rely on it rather than RVV-specific logic on RVV-less functions

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 02:26:27 PDT 2022


asb added a comment.

Thanks for the review @frasercrmck. As I'd hate to add a misleading comment to the codebase, perhaps someone (@jrtc27, @kito-cheng perhaps?) could confirm if my understanding that TransientStackAlignment is unlikely to be needed on systems running e.g. Linux or FreeBSD is correct? i.e. they'll always realign or use a separate stack in any interrupt handlers?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130068/new/

https://reviews.llvm.org/D130068



More information about the llvm-commits mailing list