================
@@ -198,6 +198,10 @@ PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM,
}
}
+ if (!Subtarget.hasP10Vector() && isPPC64) {
----------------
amy-kwan wrote:
Can we add a comment as to why we exclude P10 here?
https://github.com/llvm/llvm-project/pull/111748