[llvm] [llvm][arm] add T1 and T2 assembly options for vlldm and vlstm (PR #83116)
Tomas Matheson via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 27 03:20:58 PST 2024
================
@@ -1,8 +1,7 @@
# RUN: llc -run-pass=if-converter %s -o - | FileCheck %s
--- |
target triple = "thumbv8m.main-arm-none-eabi"
-
- define hidden void @foo(ptr nocapture %baz) local_unnamed_addr #0 {
+define hidden void @foo(void ()* nocapture %baz) local_unnamed_addr #0 {
----------------
tmatheson-arm wrote:
Please undo the whitespace change.
https://github.com/llvm/llvm-project/pull/83116
More information about the llvm-commits
mailing list