diff options
author | Alex MacLean <amaclean@nvidia.com> | 2025-06-25 18:46:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-25 18:46:39 -0700 |
commit | 16e712e7c308569a8420d322a77bc696bfd3fcb6 (patch) | |
tree | 831a580d64d1ab10855a6478c4cf8913895a29ec /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 46c8cc7e517275e17176fcfb32776d84aeee1e38 (diff) | |
download | llvm-16e712e7c308569a8420d322a77bc696bfd3fcb6.zip llvm-16e712e7c308569a8420d322a77bc696bfd3fcb6.tar.gz llvm-16e712e7c308569a8420d322a77bc696bfd3fcb6.tar.bz2 |
[NVPTX] Allow directly storing immediates to improve readability (#145552)
Allow directly storing an immediate instead of requiring that it first
be moved into a register. This makes for more compact and readable PTX.
An approach similar to this (using a ComplexPattern) this could be used
for most PTX instructions to avoid the need for `_[ri]+` variants and
boiler-plate.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions