[PATCH] D76712: [AMDGPU] Add SIPreEmitPeephole pass.

Christudasan Devadasan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 24 09:39:30 PDT 2020


cdevadas created this revision.
cdevadas added reviewers: arsenm, rampitec.
Herald added subscribers: llvm-commits, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, mgorny, nhaehnle, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.

This pass will handle all the optimization
opportunities found just before code emission.
Presently it includes the handling of vcc branch
optimization that was handled earlier in SIInsertSkips.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76712

Files:
  llvm/lib/Target/AMDGPU/AMDGPU.h
  llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  llvm/lib/Target/AMDGPU/CMakeLists.txt
  llvm/lib/Target/AMDGPU/SIInsertSkips.cpp
  llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp
  llvm/test/CodeGen/AMDGPU/insert-skip-from-vcc.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76712.252352.patch
Type: text/x-patch
Size: 11402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200324/e5ea18d2/attachment-0001.bin>


More information about the llvm-commits mailing list