[PATCH] D51592: AMDGPU: Fix DAG divergence not reporting flat loads

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 4 08:25:32 PDT 2018


scott.linder added inline comments.


================
Comment at: test/CodeGen/AMDGPU/dag-divergence.ll:5
+; GCN: buffer_load_dword
+; GCN-NOT: s_load s
+; GCN: flat_load_dword
----------------
What is the extra `s` here for, the register type? It doesn't seem to match the output without the patch. Maybe `s_load{{.*}} s`?


https://reviews.llvm.org/D51592





More information about the llvm-commits mailing list