[PATCH] D141736: [NVPTX] Use 'sm_60' architecture when expanding %ptxas-verify macro.

Pavel Kopyl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 15:53:01 PST 2023


pavelkopyl created this revision.
Herald added subscribers: mattd, gchakrabarti, asavonic.
Herald added a project: All.
pavelkopyl requested review of this revision.
Herald added subscribers: llvm-commits, jholewinski.
Herald added a project: LLVM.

Also get rid of explicitly specified '-march' values for old architectures.
This simplifies %ptxas-verify statements.
After the change, we can potentially miss cases where a new functionality
is added to the architecture without appropriate checks in the
backend. On the other hand, this is mostly true for old architectures
that have been thoroughly tested.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141736

Files:
  llvm/test/CodeGen/NVPTX/aggregate-return.ll
  llvm/test/CodeGen/NVPTX/atomicrmw-expand.ll
  llvm/test/CodeGen/NVPTX/atomics.ll
  llvm/test/CodeGen/NVPTX/barrier.ll
  llvm/test/CodeGen/NVPTX/branch-fold.ll
  llvm/test/CodeGen/NVPTX/bug21465.ll
  llvm/test/CodeGen/NVPTX/bug26185-2.ll
  llvm/test/CodeGen/NVPTX/bug26185.ll
  llvm/test/CodeGen/NVPTX/bypass-div.ll
  llvm/test/CodeGen/NVPTX/divrem-combine.ll
  llvm/test/CodeGen/NVPTX/extloadv.ll
  llvm/test/CodeGen/NVPTX/fns.ll
  llvm/test/CodeGen/NVPTX/fp-contract.ll
  llvm/test/CodeGen/NVPTX/ldg-invariant.ll
  llvm/test/CodeGen/NVPTX/ldu-ldg.ll
  llvm/test/CodeGen/NVPTX/load-with-non-coherent-cache.ll
  llvm/test/CodeGen/NVPTX/lower-aggr-copies.ll
  llvm/test/CodeGen/NVPTX/lower-alloca.ll
  llvm/test/CodeGen/NVPTX/managed.ll
  llvm/test/CodeGen/NVPTX/param-load-store.ll
  llvm/test/CodeGen/NVPTX/read-global-variable-constant.ll
  llvm/test/CodeGen/NVPTX/reg-copy.ll
  llvm/test/CodeGen/NVPTX/rotate.ll
  llvm/test/CodeGen/NVPTX/shfl-p.ll
  llvm/test/CodeGen/NVPTX/shfl-sync-p.ll
  llvm/test/CodeGen/NVPTX/shfl-sync.ll
  llvm/test/CodeGen/NVPTX/shfl.ll
  llvm/test/CodeGen/NVPTX/surf-read-cuda.ll
  llvm/test/CodeGen/NVPTX/surf-write-cuda.ll
  llvm/test/CodeGen/NVPTX/tex-read-cuda.ll
  llvm/test/CodeGen/NVPTX/texsurf-queries.ll
  llvm/test/CodeGen/NVPTX/vote.ll
  llvm/test/CodeGen/NVPTX/zeroext-32bit.ll
  llvm/test/lit.cfg.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141736.489146.patch
Type: text/x-patch
Size: 21889 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230113/bf137f39/attachment.bin>


More information about the llvm-commits mailing list