[llvm] [DAGCombiner][AArch64] Fix incorrect cast VT in `takeInexpensiveLog2` (PR #67161)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 22 23:33:32 PDT 2023
================
@@ -0,0 +1,444 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=aarch64-none-linux-gnu -mattr=+neon | FileCheck %s --check-prefixes=CHECK,CHECK-NEON
----------------
davemgreen wrote:
+neon should be the default, so for no-neon it likely need -mattr=-neon.
That is if you feel you need to test without neon, it might not be necessary?
https://github.com/llvm/llvm-project/pull/67161
More information about the llvm-commits
mailing list