[llvm] [LLVM] Add `llvm.experimental.vector.compress` intrinsic (PR #92289)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 01:31:16 PDT 2024


================
@@ -266,6 +266,12 @@ def SDTMaskedScatter : SDTypeProfile<0, 4, [
   SDTCisSameNumEltsAs<0, 1>, SDTCisSameNumEltsAs<0, 3>
 ]>;
 
+def SDTMaskedCompress : SDTypeProfile<1, 3, [
----------------
lukel97 wrote:

```suggestion
def SDTVectorCompress : SDTypeProfile<1, 3, [
```

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


More information about the llvm-commits mailing list