[PATCH] D127504: [NVPTX] Use the mask() operator to initialize packed structs with pointers

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 09:30:45 PDT 2022


ikudrin updated this revision to Diff 445021.
ikudrin marked 4 inline comments as done.
ikudrin added a comment.

Thanks!

- Add a comment about the `mask()` operator
- Update the error message
- `std::none_of()` -> `std::all_of()`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127504/new/

https://reviews.llvm.org/D127504

Files:
  llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
  llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h
  llvm/lib/Target/NVPTX/NVPTXSubtarget.h
  llvm/test/CodeGen/NVPTX/packed-aggr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127504.445021.patch
Type: text/x-patch
Size: 10559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220715/51635614/attachment.bin>


More information about the llvm-commits mailing list