================ @@ -3455,6 +3480,21 @@ include "PPCInstr64Bit.td" include "PPCInstrVSX.td" include "PPCInstrHTM.td" +def : Pat<(PPCbcds v4i32:$Shift, v16i8:$Src, i32:$PS), + (BCDS_rec $Shift, $Src, $PS)>; ---------------- AditiRM wrote:
Yes agree. I moved the pattern matching definitions to the proper section in `PPCInstrAltivec.td` https://github.com/llvm/llvm-project/pull/154715 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
