[llvm] [M68k] Add anyext patterns for PCD addressing mode (PR #150356)

via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 16 16:02:58 PDT 2025


================
@@ -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


More information about the llvm-commits mailing list