[all-commits] [llvm/llvm-project] 316326: [PowerPC][NFC] Rename/organize encoding test files...

Lei Huang via All-commits all-commits at lists.llvm.org
Tue Jun 30 09:48:04 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3163269275dc6c778e5be005454ef1ffc8ed4a20
      https://github.com/llvm/llvm-project/commit/3163269275dc6c778e5be005454ef1ffc8ed4a20
  Author: Lei Huang <lei at ca.ibm.com>
  Date:   2020-06-30 (Tue, 30 Jun 2020)

  Changed paths:
    R llvm/test/MC/Disassembler/PowerPC/future-invalid.txt
    R llvm/test/MC/Disassembler/PowerPC/futureinsts.txt
    M llvm/test/MC/Disassembler/PowerPC/p10insts.txt
    A llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-ISA31-invalid.txt
    A llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-ISA31.txt
    R llvm/test/MC/PowerPC/future-errors.s
    R llvm/test/MC/PowerPC/future-reloc.s
    R llvm/test/MC/PowerPC/future.s
    M llvm/test/MC/PowerPC/p10.s
    A llvm/test/MC/PowerPC/ppc64-encoding-ISA31-errors.s
    A llvm/test/MC/PowerPC/ppc64-encoding-ISA31-pcrel-reloc.s
    A llvm/test/MC/PowerPC/ppc64-encoding-ISA31.s

  Log Message:
  -----------
  [PowerPC][NFC] Rename/organize encoding test files for ISA3.1

Rename `future*` encoding test files to include ISA3.1 in the file name
and combine with exisitng ISA3.1 instruction encoding tests that were
added into `p10*` test files.

Keeping the `p10*` files for now to ensure we don't add more to it.
Will remove once all ISA3.1 instruction are implemented.




More information about the All-commits mailing list