[PATCH] D77198: Introduce fix-irreducible pass

Sameer Sahasrabuddhe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 14 23:23:01 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG2ada8e2525dd: Introduce fix-irreducible pass (authored by sameerds).

Changed prior to commit:
  https://reviews.llvm.org/D77198?vs=255910&id=257603#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77198/new/

https://reviews.llvm.org/D77198

Files:
  llvm/include/llvm/Analysis/LoopInfo.h
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/LinkAllPasses.h
  llvm/include/llvm/Transforms/Utils.h
  llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
  llvm/lib/Transforms/Utils/CMakeLists.txt
  llvm/lib/Transforms/Utils/FixIrreducible.cpp
  llvm/lib/Transforms/Utils/Utils.cpp
  llvm/test/Transforms/FixIrreducible/basic.ll
  llvm/test/Transforms/FixIrreducible/nested.ll
  llvm/test/Transforms/FixIrreducible/switch.ll
  llvm/test/Transforms/StructurizeCFG/workarounds/needs-fix-reducible.ll
  llvm/test/Transforms/StructurizeCFG/workarounds/needs-fr-ule.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77198.257603.patch
Type: text/x-patch
Size: 58043 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200415/f516c021/attachment.bin>


More information about the llvm-commits mailing list