[PATCH] D141436: AMDGPU: Fix format string indexes for existing llvm.printf.fmts

Vikram Hegde via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 11 00:47:09 PST 2023


vikramRH added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/printf-existing-format-strings.ll:51-52
+
+!0 = !{!"49:2:4:4:%s\\72%d"}
+!1 = !{!"50:1:8:arst %p"}
----------------
vikramRH wrote:
> I guess this does not relate to the test case, is it just mentioned as a template ?
if these are just inputs, probably it make sense to have assertions for output metadata as well ?


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

https://reviews.llvm.org/D141436



More information about the llvm-commits mailing list