[llvm] [AArch64] Support MI and PL (PR #150314)

David Green via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 5 01:18:27 PDT 2025


================
@@ -3320,7 +3320,8 @@ static bool isZerosVector(const SDNode *N) {
 
 /// changeIntCCToAArch64CC - Convert a DAG integer condition code to an AArch64
 /// CC
-static AArch64CC::CondCode changeIntCCToAArch64CC(ISD::CondCode CC) {
+static AArch64CC::CondCode changeIntCCToAArch64CC(ISD::CondCode CC, SDValue RHS,
----------------
davemgreen wrote:

Could this use SDValue RHS = {} to not require canUsePLOrMI?

https://github.com/llvm/llvm-project/pull/150314


More information about the llvm-commits mailing list