[all-commits] [llvm/llvm-project] f4fbcd: [PowerPC] Convert more tests to opaque pointers (NFC)

Sergei Barannikov via All-commits all-commits at lists.llvm.org
Sun Jan 29 17:28:05 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f4fbcd62af31ac8921c2c2216bdbed1b49a0dff1
      https://github.com/llvm/llvm-project/commit/f4fbcd62af31ac8921c2c2216bdbed1b49a0dff1
  Author: Sergei Barannikov <barannikov88 at gmail.com>
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
    M llvm/test/CodeGen/PowerPC/aix64-cc-abi-vaarg.ll
    M llvm/test/CodeGen/PowerPC/fast-isel-branch.ll
    M llvm/test/CodeGen/PowerPC/func-alias.ll
    M llvm/test/CodeGen/PowerPC/lsr-postinc-pos.ll
    M llvm/test/CodeGen/PowerPC/memcmpIR.ll
    M llvm/test/CodeGen/PowerPC/p10-fi-elim.ll
    M llvm/test/CodeGen/PowerPC/ppc64-gep-opt.ll

  Log Message:
  -----------
  [PowerPC] Convert more tests to opaque pointers (NFC)

* Add -fast-isel=false to func-alias.ll. The test was added as a
SelectionDAG test. Without this option, FastISel successfully selects
the call that had a ConstantExpr argument.
* fast-isel-branch.ll couldn't be handled by FastISel. Now it can,
hence the change in the stack offsets.




More information about the All-commits mailing list