[llvm] Map vector saturated converts to public intrinsics (PR #121483)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 2 09:22:50 PST 2025


================
@@ -0,0 +1,122 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=i686-linux -mattr=+avx10.2-512 | FileCheck %s --check-prefix=X86
+; RUN: llc < %s -mtriple=x86_64-linux -mattr=+avx10.2-512 | FileCheck %s --check-prefix=X64
----------------
RKSimon wrote:

Add common CHECK prefix:
```
; RUN: llc < %s -mtriple=i686-linux -mattr=+avx10.2-512 | FileCheck %s --check-prefixes=CHECK,X86
; RUN: llc < %s -mtriple=x86_64-linux -mattr=+avx10.2-512 | FileCheck %s --check-prefixes=CHECK,X64
```

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


More information about the llvm-commits mailing list