[PATCH] D94768: [AMDGPU] Implement mir parseCustomPseudoSourceValue

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 07:27:09 PST 2021


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/CodeGen/MIR/AMDGPU/custom-addrspace.ll:3-4
+; RUN: llc -run-pass=none -verify-machineinstrs %t.mir -o - | FileCheck %s
+
+; Test that custom address spaces can be round trip serialized through MIR.
+
----------------
s/address spaces/pseudo source values/


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