[llvm] [X86][GlobalISel] Added support for SQRT function (PR #132356)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 22 04:57:39 PDT 2025


================
@@ -0,0 +1,68 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
+# RUN: llc -mtriple=i686-linux-gnu -run-pass=regbankselect,instruction-select -disable-gisel-legality-check -global-isel -verify-machineinstrs %s -o - | FileCheck %s --check-prefixes GISEL-I686
----------------
arsenm wrote:

```suggestion
# RUN: llc -mtriple=i686-linux-gnu -run-pass=regbankselect,instruction-select %s -o - | FileCheck %s --check-prefixes GISEL-I686
```

-disable-gisel-legality-check is really suspect here. Also running both regbankselect and instruction-select in a test is weird. just go for the end to end IR test?

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


More information about the llvm-commits mailing list