[llvm] [CodeGen] Avoid sinking vector comparisons during CodeGenPrepare (PR #113158)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 5 01:08:36 PST 2024
================
@@ -0,0 +1,136 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=thumbv8.1m.main -mattr=+mve.fp,+fp-armv8d16sp,+fp16,+fullfp16 < %s | FileCheck %s
----------------
davemgreen wrote:
-mattr=+mve I think should be enough
https://github.com/llvm/llvm-project/pull/113158
More information about the llvm-commits
mailing list