[all-commits] [llvm/llvm-project] 1f4bb9: [RISCV] Fix the indentation of 'ret' in rv*zb*-int...

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Mar 1 11:38:24 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1f4bb9c69fe0fa3c8b6c9cd92d1926b142821b4f
      https://github.com/llvm/llvm-project/commit/1f4bb9c69fe0fa3c8b6c9cd92d1926b142821b4f
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-03-01 (Tue, 01 Mar 2022)

  Changed paths:
    M llvm/test/CodeGen/RISCV/rv32zbb-intrinsic.ll
    M llvm/test/CodeGen/RISCV/rv32zbc-intrinsic.ll
    M llvm/test/CodeGen/RISCV/rv32zbc-zbkc-intrinsic.ll
    M llvm/test/CodeGen/RISCV/rv32zbe-intrinsic.ll
    M llvm/test/CodeGen/RISCV/rv32zbf-intrinsic.ll
    M llvm/test/CodeGen/RISCV/rv32zbkx-intrinsic.ll
    M llvm/test/CodeGen/RISCV/rv32zbp-intrinsic.ll
    M llvm/test/CodeGen/RISCV/rv64zbb-intrinsic.ll
    M llvm/test/CodeGen/RISCV/rv64zbc-intrinsic.ll
    M llvm/test/CodeGen/RISCV/rv64zbc-zbkc-intrinsic.ll
    M llvm/test/CodeGen/RISCV/rv64zbf-intrinsic.ll
    M llvm/test/CodeGen/RISCV/rv64zbkx-intrinsic.ll
    M llvm/test/CodeGen/RISCV/rv64zbp-intrinsic.ll

  Log Message:
  -----------
  [RISCV] Fix the indentation of 'ret' in rv*zb*-intrinsic.ll tests. NFC

Many of these test cases had a single space before 'ret' while
every other instruction had two space indentation. I did not audit
any other tests for this problem.




More information about the All-commits mailing list