[llvm] [NVPTX] fold movs into loads and stores (PR #144581)
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 17 12:28:38 PDT 2025
================
@@ -138,9 +138,9 @@ define ptx_kernel void @foo13(ptr noalias readonly %from, ptr %to) {
}
; SM20-LABEL: .visible .entry foo14(
-; SM20: ld.global.v4.b16
+; SM20: ld.global.v2.b32
----------------
Artem-B wrote:
It would be good to convert this test to use autogenerated checks, so we can see all instructions.
https://github.com/llvm/llvm-project/pull/144581
More information about the llvm-commits
mailing list