[PATCH] D151987: TTI: Add function to hasBranchDivergence

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 2 04:24:12 PDT 2023


arsenm created this revision.
arsenm added reviewers: sameerds, nhaehnle, yassingh, tra, jlebar.
Herald added subscribers: mattd, gchakrabarti, asavonic, foad, kerbowa, hiraditya, jvesely.
Herald added a project: All.
arsenm requested review of this revision.
Herald added subscribers: wdng, jholewinski.
Herald added a project: LLVM.

It my be possible to contextually ignore divergence
in a function.


https://reviews.llvm.org/D151987

Files:
  llvm/include/llvm/Analysis/TargetTransformInfo.h
  llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/include/llvm/CodeGen/BasicTTIImpl.h
  llvm/lib/Analysis/TargetTransformInfo.cpp
  llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
  llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h
  llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151987.527806.patch
Type: text/x-patch
Size: 5633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230602/9a497399/attachment.bin>


More information about the llvm-commits mailing list