================ @@ -216,41 +216,30 @@ define internal i32 @bitcasted_function() { ret i32 0 } -define internal void @called_from_invalid_bounds_0() { -; CHECK-LABEL: define internal void @called_from_invalid_bounds_0 -; CHECK-SAME: () #[[ATTR1]] { -; CHECK-NEXT: ret void -; +define internal void @called_without_min_waves() { ---------------- lucas-rami wrote:
I had renamed `kernel_invalid_bounds_0_8` with `called_from_invalid_bounds_1` since bounds [0,8] are no longer invalid. That's arguably a pretty non-sensical name for this and I can't remember why I picked this, so I will rename it. > Is that expected? Yes that is expected, though it's missing an attribute/accompanying CHECKs. Will address that as well. https://github.com/llvm/llvm-project/pull/138284 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits