[PATCH] D71337: [VE,#0] 64bit data for SjLj

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 03:04:03 PST 2019


simoll created this revision.
Herald added subscribers: llvm-commits, dexonsmith, hiraditya, mgorny.
Herald added a project: LLVM.

This is patch #0 in the patch series for the VE backend for NEC-SX Aurora.
This patch builds on the minimal VE backend patch of https://reviews.llvm.org/D69103

The LLVM SjLj preparation pass uses a hard-wired 32bit type, NEC SX-Aurora requires 64 bit data type.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D71337

Files:
  llvm/CODE_OWNERS.TXT
  llvm/include/llvm/ADT/Triple.h
  llvm/include/llvm/CodeGen/Passes.h
  llvm/lib/CodeGen/SjLjEHPrepare.cpp
  llvm/lib/CodeGen/TargetPassConfig.cpp
  llvm/lib/Support/Triple.cpp
  llvm/lib/Target/LLVMBuild.txt
  llvm/lib/Target/VE/CMakeLists.txt
  llvm/lib/Target/VE/LLVMBuild.txt
  llvm/lib/Target/VE/MCTargetDesc/CMakeLists.txt
  llvm/lib/Target/VE/MCTargetDesc/LLVMBuild.txt
  llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.cpp
  llvm/lib/Target/VE/MCTargetDesc/VEMCTargetDesc.h
  llvm/lib/Target/VE/TargetInfo/CMakeLists.txt
  llvm/lib/Target/VE/TargetInfo/LLVMBuild.txt
  llvm/lib/Target/VE/TargetInfo/VETargetInfo.cpp
  llvm/lib/Target/VE/VE.h
  llvm/lib/Target/VE/VETargetMachine.cpp
  llvm/lib/Target/VE/VETargetMachine.h
  llvm/test/CodeGen/VE/lit.local.cfg
  llvm/test/CodeGen/VE/target_support.ll
  llvm/unittests/ADT/TripleTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71337.233299.patch
Type: text/x-patch
Size: 21199 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191211/32c9f462/attachment-0001.bin>


More information about the llvm-commits mailing list