[llvm] [AArch64][FEAT_CMPBR] Codegen for Armv9.6-a compare-and-branch (PR #116465)
David Tellenbach via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 19 13:03:37 PST 2025
================
@@ -7489,3 +7492,57 @@ bool AArch64DAGToDAGISel::SelectSMETileSlice(SDValue N, unsigned MaxSize,
Offset = CurDAG->getTargetConstant(0, SDLoc(N), MVT::i64);
return true;
}
+
+template <int Bits>
+bool AArch64DAGToDAGISel::SelectCmpBranchUImm6Operand(SDNode *P, SDValue N,
+ SDValue &Imm) {
+ ConstantSDNode *C = dyn_cast<ConstantSDNode>(P->getOperand(1));
----------------
dtellenbach wrote:
Done
https://github.com/llvm/llvm-project/pull/116465
More information about the llvm-commits
mailing list