aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader
diff options
context:
space:
mode:
authorAlex MacLean <amaclean@nvidia.com>2025-05-10 08:26:26 -0700
committerGitHub <noreply@github.com>2025-05-10 08:26:26 -0700
commit369891b6747e4ad4b5e4e6d06f3f7596f3ee3f02 (patch)
treea65ab1cc5deec86c907b67256bfa03cfa9c2b1b4 /llvm/lib/Bitcode/Reader
parent1c8cc3be0e77ac9af70d2eae0fb042cf88812950 (diff)
downloadllvm-369891b6747e4ad4b5e4e6d06f3f7596f3ee3f02.zip
llvm-369891b6747e4ad4b5e4e6d06f3f7596f3ee3f02.tar.gz
llvm-369891b6747e4ad4b5e4e6d06f3f7596f3ee3f02.tar.bz2
[NVPTX] use untyped loads and stores where ever possible (#137698)
In most cases, the type information attached to load and store instructions is meaningless and inconsistently applied. We can usually use ".b" loads and avoid the complexity of trying to assign the correct type. The one expectation is sign-extending load, which will continue to use ".s" to ensure the sign extension into a larger register is done correctly.
Diffstat (limited to 'llvm/lib/Bitcode/Reader')
0 files changed, 0 insertions, 0 deletions