[PATCH] D139000: [AMDGPU] Remove function with incompatible features

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 08:14:02 PDT 2023


foad added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/remove-incompatible-functions.ll:372
+  ; GFX10: call void @needs_gfx9_insts(
+  ; GFX111: call void @needs_gfx9_insts(c
+  call void @needs_gfx9_insts(ptr %out, ptr %in, i64 %a, i64 %b, i64 %c)
----------------
Typo GFX111


================
Comment at: llvm/test/CodeGen/AMDGPU/remove-incompatible-functions.ll:378
+  ; GFX10: call void @needs_gfx10_insts(
+  ; GFX111: call void @needs_gfx10_insts(
+  call void @needs_gfx10_insts(ptr %out, ptr %in, i64 %a, i64 %b, i64 %c)
----------------
Typo GFX111


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139000



More information about the llvm-commits mailing list