[llvm] [AArch64] Funnel Shift now uses rev32/rev64 instructions (PR #136707)

Cullen Rhodes via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 23 00:59:06 PDT 2025


================
@@ -0,0 +1,29 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=aarch64 %s -o - | FileCheck %s
+
+define <2 x i64> @fhsl_to_rev2i64(<2 x i64> %r) {
----------------
c-rhodes wrote:

```suggestion
define <2 x i64> @fshl_to_rev2i64(<2 x i64> %r) {
```

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


More information about the llvm-commits mailing list