[PATCH] D119635: [NVPTX] Fix NVPTXReplaceImageHandles for multiple uses of a texref

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 14 13:43:04 PST 2022


tra added a reviewer: tra.
tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: llvm/lib/Target/NVPTX/NVPTXReplaceImageHandles.cpp:9
 //
 // On Fermi, image handles are not supported. To work around this, we traverse
 // the machine code and replace image handles with concrete symbols. For this
----------------
NVIDIA has stopped supporting Fermi(AKA sm_20) few years ago: https://nvidia.custhelp.com/app/answers/detail/a_id/4654/~/support-plan-for-fermi-series-geforce-gpus

We should probably start thinking of removing sm_20 support from LLVM, too.



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119635



More information about the llvm-commits mailing list