[llvm-branch-commits] [clang] clang/AMDGPU: Emit grid size builtins with range metadata (PR #113038)

Shilei Tian via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Oct 19 07:39:19 PDT 2024


================
@@ -896,5 +896,6 @@ void test_set_fpenv(unsigned long env) {
   __builtin_amdgcn_set_fpenv(env);
 }
 
+// CHECK-DAG: [[$GRID_RANGE]] = !{i32 1, i32 0}
----------------
shiltian wrote:

the upper bound is smaller than the lower bound?

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


More information about the llvm-branch-commits mailing list