[all-commits] [llvm/llvm-project] 9566cf: [CSKY] Add codegen of select/br/cmp instruction an...

Zi Xuan Wu (Zeson) via All-commits all-commits at lists.llvm.org
Wed Jan 5 00:00:01 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9566cf16ad39b6060f14648e0f29182079650430
      https://github.com/llvm/llvm-project/commit/9566cf16ad39b6060f14648e0f29182079650430
  Author: Zi Xuan Wu <zixuan.wu at linux.alibaba.com>
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
    M llvm/lib/Target/CSKY/CSKYFrameLowering.cpp
    M llvm/lib/Target/CSKY/CSKYFrameLowering.h
    M llvm/lib/Target/CSKY/CSKYISelDAGToDAG.cpp
    M llvm/lib/Target/CSKY/CSKYISelLowering.cpp
    M llvm/lib/Target/CSKY/CSKYInstrInfo.cpp
    M llvm/lib/Target/CSKY/CSKYInstrInfo.h
    M llvm/lib/Target/CSKY/CSKYInstrInfo.td
    M llvm/lib/Target/CSKY/MCTargetDesc/CSKYMCAsmInfo.cpp
    A llvm/test/CodeGen/CSKY/br.ll
    A llvm/test/CodeGen/CSKY/cmp-i.ll
    A llvm/test/CodeGen/CSKY/select.ll

  Log Message:
  -----------
  [CSKY] Add codegen of select/br/cmp instruction and some frame lowering infra

Add basic integer codegen of select/br/cmp instruction. It also includes frame lowering code
such as prologue/epilogue.


  Commit: 6025ee79ae9a9b90e53fc5ebd5d780da0cd45b4c
      https://github.com/llvm/llvm-project/commit/6025ee79ae9a9b90e53fc5ebd5d780da0cd45b4c
  Author: Zi Xuan Wu <zixuan.wu at linux.alibaba.com>
  Date:   2022-01-05 (Wed, 05 Jan 2022)

  Changed paths:
    M llvm/utils/UpdateTestChecks/asm.py

  Log Message:
  -----------
  [CSKY] Add python script of CSKY asm update test check


Compare: https://github.com/llvm/llvm-project/compare/c6c19a77e341...6025ee79ae9a


More information about the All-commits mailing list