[llvm] [AArch64] Lower extending sitofp using tbl (PR #92528)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 13 01:48:35 PDT 2024


================
@@ -0,0 +1,197 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -verify-machineinstrs < %s | FileCheck %s
+
+target triple = "aarch64-linux"
----------------
fhahn wrote:

It looks like this needs a number of negative tests to cover various checks in the code?

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


More information about the llvm-commits mailing list