[llvm] [Xtensa] Implement lowering SELECT_CC, SETCC. (PR #97017)
Andrei Safronov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 10 16:59:44 PDT 2024
================
@@ -95,6 +114,10 @@ class XtensaTargetLowering : public TargetLowering {
SDValue getAddrPCRel(SDValue Op, SelectionDAG &DAG) const;
CCAssignFn *CCAssignFnForCall(CallingConv::ID CC, bool IsVarArg) const;
+
+ // Implement EmitInstrWithCustomInserter for individual operation types.
----------------
andreisfr wrote:
Fixed
https://github.com/llvm/llvm-project/pull/97017
More information about the llvm-commits
mailing list