[all-commits] [llvm/llvm-project] 7a74bb: [PowerPC] Fix the Predicates for enabling pcrelati...

Victor Huang via All-commits all-commits at lists.llvm.org
Fri Oct 23 09:34:32 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a74bb899abe1772a428ec98597d544a637e5551
      https://github.com/llvm/llvm-project/commit/7a74bb899abe1772a428ec98597d544a637e5551
  Author: Victor Huang <wei.huang at ibm.com>
  Date:   2020-10-23 (Fri, 23 Oct 2020)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPC.td
    M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
    M llvm/test/CodeGen/PowerPC/p10-splatImm-CPload-pcrel.ll

  Log Message:
  -----------
  [PowerPC] Fix the Predicates for enabling pcrelative-memops and PLXVP/PSTXVP definitions

In this patch, Predicates fix added for the following:
* disable prefix-instrs will disable pcrelative-memops
* set two predicates PairedVectorMemops and PrefixInstrs for PLXVP/PSTXVP definitions

Differential Revision: https://reviews.llvm.org/D89727
Reviewed by: amyk, steven.zhang




More information about the All-commits mailing list