[PATCH] D94768: [AMDGPU] Implement mir parseCustomPseudoSourceValue

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 18 10:01:15 PST 2021


arsenm added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/custom-addrspace.mir:1
+# RUN: llc -march=amdgcn -mcpu=gfx1010 -verify-machineinstrs -run-pass si-wqm -o -  %s | FileCheck %s
+
----------------
These should have meaningful names. This should also go in test/CodeGen/MIR/AMDGPU and test round tripping


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94768



More information about the llvm-commits mailing list