[llvm] [X86] Fix expand-fp on optnone functions (PR #156900)
Frederik Harwath via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 5 03:34:46 PDT 2025
================
@@ -0,0 +1,98 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -S -mtriple=x86_64-- --expand-fp < %s | FileCheck %s
----------------
frederik-h wrote:
> Still means it would be best to also have a codegen test
I added an (updated) copy of the existing test as an X86 codegen test. Note that the naming is a bit odd now that the pass is called "expand-fp": expand-large-fp-optnone.ll instead of expand-fp-optnone.ll. I'll try to make the naming of the tests targetting expand-fp more consistent soon, but for now I wanted to stick to the naming scheme for the tests covering this functionality.
https://github.com/llvm/llvm-project/pull/156900
More information about the llvm-commits
mailing list