[PATCH] D132146: [PowerPC] XCOFF exception section support and exception language and reason code lowering from trap intrinsics

Paul Scoropan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 18 10:00:53 PDT 2022


pscoro created this revision.
Herald added subscribers: shchenz, kbarton, hiraditya, nemanjai.
Herald added a project: All.
pscoro requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132146

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/include/llvm/MC/MCStreamer.h
  llvm/include/llvm/MC/MCXCOFFStreamer.h
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/lib/MC/MCStreamer.cpp
  llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h
  llvm/lib/Target/PowerPC/PPCInstr64Bit.td
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-trap-annotations-64bit.ll
  llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-trap-annotations.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132146.453694.patch
Type: text/x-patch
Size: 17579 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220818/d7536a3c/attachment.bin>


More information about the llvm-commits mailing list