[llvm] [RFC] IR: Define noalias.addrspace metadata (PR #102461)

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 8 11:46:33 PDT 2024


================
@@ -0,0 +1,60 @@
+; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
+
+; CHECK: It should have at least one range!
----------------
Artem-B wrote:

You may want to include a test case with a valid range.

https://github.com/llvm/llvm-project/pull/102461


More information about the llvm-commits mailing list