================
@@ -41,3 +41,48 @@ define i32 @"test_zext_pcd_i16_to_i32"() {
%val2 = zext i16 %val to i32
ret i32 %val2
}
+
+define i16 @"test_anyext_pcd_i8_to_i16"() {
----------------
knickish wrote:
did both of these
https://github.com/llvm/llvm-project/pull/150356