[all-commits] [llvm/llvm-project] 976df4: [RISCV] Fix bugs about register list of Zcmp push/...

Yeting Kuo via All-commits all-commits at lists.llvm.org
Wed Sep 20 00:20:28 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 976df42e6af5bcbd906e1bc0dc62a1aaf23a360d
      https://github.com/llvm/llvm-project/commit/976df42e6af5bcbd906e1bc0dc62a1aaf23a360d
  Author: Yeting Kuo <46629943+yetingk at users.noreply.github.com>
  Date:   2023-09-20 (Wed, 20 Sep 2023)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
    M llvm/test/CodeGen/RISCV/callee-saved-gprs.ll
    A llvm/test/CodeGen/RISCV/zcmp-with-float.ll

  Log Message:
  -----------
  [RISCV] Fix bugs about register list of Zcmp push/pop. (#66073)

The pr does two things. One is to fix internal compiler error when we
need to spill callee saves but none of them is GPR, another is to fix
wrong register number for pushed registers are {ra, s0-s11}.




More information about the All-commits mailing list