[PATCH] D93930: [NewPM][NVPTX] Port NVPTX opt passes

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 29 21:00:43 PST 2020


aeubanks created this revision.
aeubanks added a reviewer: jholewinski.
Herald added a subscriber: hiraditya.
aeubanks requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

There are only two used in the IR optimization pipeline.
Port these and add them to the default pipeline.

Similar to https://reviews.llvm.org/D93863.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93930

Files:
  llvm/lib/Target/NVPTX/NVPTX.h
  llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
  llvm/lib/Target/NVPTX/NVPTXTargetMachine.h
  llvm/lib/Target/NVPTX/NVVMIntrRange.cpp
  llvm/lib/Target/NVPTX/NVVMReflect.cpp
  llvm/test/CodeGen/NVPTX/intrinsic-old.ll
  llvm/test/CodeGen/NVPTX/nvvm-reflect-module-flag.ll
  llvm/test/CodeGen/NVPTX/nvvm-reflect.ll
  llvm/tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93930.314062.patch
Type: text/x-patch
Size: 9935 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201230/7ff2b072/attachment.bin>


More information about the llvm-commits mailing list