================ @@ -198,6 +198,10 @@ PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM, } } + if (!Subtarget.hasP10Vector() && isPPC64) { ---------------- syzaara wrote: nit: don't need the { https://github.com/llvm/llvm-project/pull/111748