[llvm] clastb representation in existing IR, and AArch64 codegen (PR #112738)

Benjamin Maxwell via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 31 07:26:30 PST 2025


================
@@ -840,6 +840,9 @@ def vector_insert_subvec : SDNode<"ISD::INSERT_SUBVECTOR",
 def extract_subvector : SDNode<"ISD::EXTRACT_SUBVECTOR", SDTSubVecExtract, []>;
 def insert_subvector : SDNode<"ISD::INSERT_SUBVECTOR", SDTSubVecInsert, []>;
 
+def find_last_active
+    : SDNode<"ISD::VECTOR_FIND_LAST_ACTIVE", SDTypeProfile<1, 1, []>, []>;
+
----------------
MacDue wrote:

Is it worth adding any constrains for `find_last_active`?

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


More information about the llvm-commits mailing list