File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ int main(int argc, char **argv) {
1111 return 0 ;
1212 }
1313
14- // As 8/26/2025 llvm 21.1.0 includes some bugs w.r.t float32x2 vectors.
15- // See https://github.com/llvm/llvm-project/pull/126337#issuecomment-3192412599
16- const bool bad_llvm_version = Halide::Internal::get_llvm_version () == 211 ;
17-
1814 {
1915 // Shuffle test to do a small convolution
2016 Func f, g;
@@ -97,7 +93,7 @@ int main(int argc, char **argv) {
9793 }
9894 }
9995
100- if (!bad_llvm_version) {
96+ {
10197 // Vectorized broadcast test. Each lane is responsible for a
10298 // 2-vector from 'a' and a 2-vector from 'b' instead of a single
10399 // value.
@@ -255,7 +251,7 @@ int main(int argc, char **argv) {
255251 }
256252 }
257253
258- if (!bad_llvm_version) {
254+ {
259255 // Bilinear upsample
260256 Func f, upx, upy;
261257 Var x, y;
You can’t perform that action at this time.
0 commit comments