[llvm] [TargetLowering] Lower ldexp into target supported instructions (PR #67552)

David Green via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 7 08:22:33 PDT 2023


================
@@ -0,0 +1,55 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 3
+; RUN: llc -O3 -mtriple=aarch64 -mattr=+sve < %s -o - | FileCheck %s
----------------
davemgreen wrote:

llc usually does not need to run with -O3

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


More information about the llvm-commits mailing list