[clang] [llvm] [SME2] Add LUTI2 and LUTI4 quad Builtins and Intrinsics (PR #73317)
Sander de Smalen via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 5 01:28:38 PST 2023
================
@@ -0,0 +1,280 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py
+
+// REQUIRES: aarch64-registered-target
+
+// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sme2 -target-feature +sve -S -disable-O0-optnone -Werror -Wall -emit-llvm -o - %s | opt -S -p mem2reg,instcombine,tailcallelim | FileCheck %s
----------------
sdesmalen-arm wrote:
Do we actually need `-target-feature +sve` here?
https://github.com/llvm/llvm-project/pull/73317
More information about the cfe-commits
mailing list