[llvm] [Xtensa] Implement lowering SELECT_CC, SETCC. (PR #97017)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 10 06:23:28 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.
----------------
s-barannikov wrote:
The comment isn't helpful.
https://github.com/llvm/llvm-project/pull/97017
More information about the llvm-commits
mailing list