diff options
author | Alex MacLean <amaclean@nvidia.com> | 2025-04-23 15:37:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-23 15:37:38 -0700 |
commit | b6f32ad8b03dccaba0db7ded9d561ee83e4530ab (patch) | |
tree | 61f013a357df2ef805216c6880ea48bbc7b99095 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 0e0a1665fa340b9f1934d12aff818064aaf289ef (diff) | |
download | llvm-b6f32ad8b03dccaba0db7ded9d561ee83e4530ab.zip llvm-b6f32ad8b03dccaba0db7ded9d561ee83e4530ab.tar.gz llvm-b6f32ad8b03dccaba0db7ded9d561ee83e4530ab.tar.bz2 |
[NVPTX] Switch to untyped float registers (#137011)
Register types in PTX are simply syntactic sugar and emitting them has
added lots of unnecessary complexity to the NVPTX backend. This change
takes the first step to their removal by using ".b" registers instead of
".f" in all cases. This should shake out any potential issues or bugs in
ptxas preventing full removal and pre-fetches many of the required test
updates.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions