[llvm] [Xtensa] Implement lowering Mul/Div/Shift operations. (PR #99981)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 26 10:54:36 PDT 2024


================
@@ -40,6 +40,10 @@ enum {
   // the lhs and rhs (ops #0 and #1) of a conditional expression with the
   // condition code in op #4
   SELECT_CC,
+
+  // Shift
+  SRCL,
----------------
s-barannikov wrote:

How are these different from ISD opcodes? They deserve a comment.


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


More information about the llvm-commits mailing list