diff options
author | Alex MacLean <amaclean@nvidia.com> | 2025-06-27 09:26:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-27 09:26:10 -0700 |
commit | f03782dd67d3e1909a447aff25926d445cde5f3a (patch) | |
tree | 882ccc94cb1674801236a21f7722c1c6882e6971 /clang/lib/CIR/CodeGen/CIRGenModule.cpp | |
parent | 7613c2412a25232f79e73777c13edd7fd36d963c (diff) | |
download | llvm-f03782dd67d3e1909a447aff25926d445cde5f3a.zip llvm-f03782dd67d3e1909a447aff25926d445cde5f3a.tar.gz llvm-f03782dd67d3e1909a447aff25926d445cde5f3a.tar.bz2 |
[NVPTX] Fixup v2i8 parameter and return lowering (#145585)
This change fixes v2i8 lowering for parameters and returned values. As
part of this work, I move the lowering for return values to use generic
ISD::STORE nodes as these are more flexible and have existing
legalization handling.
Note that calling a function with v2i8 arguments or returns is still not
working but this is left for a subsequent change as this MR is already
fairly large.
Partially addresses #128853
Diffstat (limited to 'clang/lib/CIR/CodeGen/CIRGenModule.cpp')
0 files changed, 0 insertions, 0 deletions