[PATCH] D37054: Require address space to be specified when creating functions (2/3)

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 6 06:42:17 PDT 2018


arichardson added inline comments.


================
Comment at: test/Bitcode/function-nonzero-address-spaces.ll:6
+  ret void
+}
+
----------------
Could you extend this test to also check that `declare void @foo() addrspace(3)` works?


Repository:
  rL LLVM

https://reviews.llvm.org/D37054





More information about the llvm-commits mailing list