[all-commits] [llvm/llvm-project] 08db08: [CSKY] Fix the testcase error due to the verifyIns...

Zi Xuan Wu (Zeson) via All-commits all-commits at lists.llvm.org
Thu Jul 21 00:57:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 08db089124a49f0f97a1a6db9d1a85e5886d1eb7
      https://github.com/llvm/llvm-project/commit/08db089124a49f0f97a1a6db9d1a85e5886d1eb7
  Author: Zi Xuan Wu (Zeson) <zixuan.wu at linux.alibaba.com>
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
    M llvm/lib/Target/CSKY/CSKYInstrInfo.cpp
    M llvm/test/CodeGen/CSKY/base-i.ll
    M llvm/test/CodeGen/CSKY/br.ll
    M llvm/test/CodeGen/CSKY/call-16bit.ll
    M llvm/test/CodeGen/CSKY/cmp-i.ll
    M llvm/test/CodeGen/CSKY/fpu/select.ll
    M llvm/test/CodeGen/CSKY/inline-asm-abi-names.ll
    M llvm/test/CodeGen/CSKY/select.ll

  Log Message:
  -----------
  [CSKY] Fix the testcase error due to the verifyInstructionPredicates

- Test cases for arch only has 16-bit instruction such as ck801/ck802 need
compile with -mattr=+btst16
- Fix the GPR copy instruction with MOV16 for 16-bit only arch.




More information about the All-commits mailing list