[all-commits] [llvm/llvm-project] 138a95: [AArch64] Convert test to opaque pointers (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue Dec 20 03:24:10 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 138a954519a70497abd0430f85f66740b04e3544
      https://github.com/llvm/llvm-project/commit/138a954519a70497abd0430f85f66740b04e3544
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-12-20 (Tue, 20 Dec 2022)

  Changed paths:
    M llvm/test/CodeGen/AArch64/zext-to-tbl.ll

  Log Message:
  -----------
  [AArch64] Convert test to opaque pointers (NFC)

There is a minor change in register allocation in one test case,
which doesn't have impact on codegen quality though. Probably due
to differences in SCEVExpander behavior with opaque pointers.


  Commit: e1323aa1d899652226b5fee3f05848a11169334f
      https://github.com/llvm/llvm-project/commit/e1323aa1d899652226b5fee3f05848a11169334f
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-12-20 (Tue, 20 Dec 2022)

  Changed paths:
    M llvm/test/CodeGen/AArch64/loop-sink-limit.mir
    M llvm/test/CodeGen/AArch64/loop-sink.mir

  Log Message:
  -----------
  [AArch64] Convert some tests to opaque pointers (NFC)

Nothing interesting, but required some fixups to MIR.


Compare: https://github.com/llvm/llvm-project/compare/1ae618d066da...e1323aa1d899


More information about the All-commits mailing list