================ @@ -263,3 +263,282 @@ entry: %conv = zext i1 %cmp to i8 ret i8 %conv } + +; Test ANDS. ---------------- rj-jesus wrote: The new tests are based on the simple preexisting AND tests. https://github.com/llvm/llvm-project/pull/149095