[all-commits] [llvm/llvm-project] b3477f: [RISCV] Add tests for .attribute stack_align

Kito Cheng via All-commits all-commits at lists.llvm.org
Fri Feb 10 05:22:20 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b3477f579c86ac104a5789e9233e2dda83b9d048
      https://github.com/llvm/llvm-project/commit/b3477f579c86ac104a5789e9233e2dda83b9d048
  Author: Job Noorman <jnoorman at igalia.com>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    M llvm/test/CodeGen/RISCV/attributes.ll

  Log Message:
  -----------
  [RISCV] Add tests for .attribute stack_align

As suggested by @asb [here](https://reviews.llvm.org/D143570#4112877), we need tests for `.attribute stack_align`. This patch simply verifies a stack alignment of 16 is emitted for any combination of currently supported base ISA and extensions.

Reviewed By: asb, kito-cheng

Differential Revision: https://reviews.llvm.org/D143639




More information about the All-commits mailing list