[all-commits] [llvm/llvm-project] 6c9bc2: [GlobalISel] NFC: Add test coverage for s144 and s142

Jessica Paquette via All-commits all-commits at lists.llvm.org
Tue Apr 5 15:27:04 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c9bc2dd1ca7bcbbd218e50e5f7f926dd99e6c53
      https://github.com/llvm/llvm-project/commit/6c9bc2dd1ca7bcbbd218e50e5f7f926dd99e6c53
  Author: Jessica Paquette <jpaquette at apple.com>
  Date:   2022-04-05 (Tue, 05 Apr 2022)

  Changed paths:
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-constant.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-extracts.mir
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-non-pow2-load-store.mir

  Log Message:
  -----------
  [GlobalISel] NFC: Add test coverage for s144 and s142

144 = 16 * 9

For types where s16 is legal.

It may be interesting to break these down into 16-bit chunks rather than 32
or 64 bits.

Add tests for some opcodes, just so we get some test coverage drawing attention
to this.




More information about the All-commits mailing list