[all-commits] [llvm/llvm-project] e4585d: Revert "[PowerPC][NFC] Power ISA features for Sema...

Victor Huang via All-commits all-commits at lists.llvm.org
Tue Jul 13 11:24:02 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e4585d3f4e1f076ff12db65259924492f5912b19
      https://github.com/llvm/llvm-project/commit/e4585d3f4e1f076ff12db65259924492f5912b19
  Author: Victor Huang <wei.huang at ibm.com>
  Date:   2021-07-13 (Tue, 13 Jul 2021)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/Sema/SemaChecking.cpp
    M llvm/lib/Target/PowerPC/PPC.td
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    M llvm/lib/Target/PowerPC/PPCSubtarget.cpp
    M llvm/lib/Target/PowerPC/PPCSubtarget.h

  Log Message:
  -----------
  Revert "[PowerPC][NFC] Power ISA features for Semachecking"

This reverts commit 10e0cdfc6526578c8892d895c0448e77cb9ba876.


  Commit: 781929b4236bc34681fb0783cf7b6021109fe28b
      https://github.com/llvm/llvm-project/commit/781929b4236bc34681fb0783cf7b6021109fe28b
  Author: Victor Huang <wei.huang at ibm.com>
  Date:   2021-07-13 (Tue, 13 Jul 2021)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Basic/Targets/PPC.cpp
    M clang/lib/Basic/Targets/PPC.h
    M clang/lib/Sema/SemaChecking.cpp
    A clang/test/Driver/ppc-isa-features.cpp
    M llvm/lib/Target/PowerPC/PPC.td
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    M llvm/lib/Target/PowerPC/PPCSubtarget.cpp
    M llvm/lib/Target/PowerPC/PPCSubtarget.h

  Log Message:
  -----------
  [PowerPC][NFC] Power ISA features for Semachecking

[NFC] This patch adds features for pwr7, pwr8, and pwr9 that can be
used for semachecking builtin functions that are only valid for certain
versions of ppc.

Reviewed By: nemanjai, #powerpc
Authored By: Quinn Pham <Quinn.Pham at ibm.com>

Differential revision: https://reviews.llvm.org/D105501


Compare: https://github.com/llvm/llvm-project/compare/eba638dbbb77...781929b4236b


More information about the All-commits mailing list