[PATCH] D145238: [NVPTX] Expose LDU builtins
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 14 09:57:07 PDT 2023
tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.
LGTM with a test nit.
================
Comment at: llvm/test/CodeGen/NVPTX/ldu-ldg.ll:30
+; CHECK: test_ldu_i16
+define i16 @test_ldu_i16(ptr addrspace(1) %ptr) {
----------------
Nit. Function names usually checked with `CHECK-LABEL`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145238/new/
https://reviews.llvm.org/D145238
More information about the cfe-commits
mailing list