[llvm] [PPC] Add custom lowering for uaddo (PR #110137)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 26 14:37:35 PDT 2024
================
@@ -198,6 +198,9 @@ PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM,
}
}
+ if (!Subtarget.hasP10Vector())
----------------
efriedma-quic wrote:
How is hasP10Vector() related to the instructions in question? Do we have testcases for what's generated when hasP10Vector() is enabled?
https://github.com/llvm/llvm-project/pull/110137
More information about the llvm-commits
mailing list