[all-commits] [llvm/llvm-project] 8ccf1c: [FPEnv][X86] Correct strictfp tests. (#87791)

Kevin P. Neal via All-commits all-commits at lists.llvm.org
Mon Apr 8 07:14:25 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8ccf1c117b0dc08f7e9c24fe98f45ebe32e95cd1
      https://github.com/llvm/llvm-project/commit/8ccf1c117b0dc08f7e9c24fe98f45ebe32e95cd1
  Author: Kevin P. Neal <kevin.neal at sas.com>
  Date:   2024-04-08 (Mon, 08 Apr 2024)

  Changed paths:
    M llvm/test/CodeGen/X86/strict-fadd-combines.ll
    M llvm/test/CodeGen/X86/strict-fsub-combines.ll

  Log Message:
  -----------
  [FPEnv][X86] Correct strictfp tests. (#87791)

Correct strictfp tests to follow the rules documented in the LangRef:
https://llvm.org/docs/LangRef.html#constrained-floating-point-intrinsics

These tests needed the strictfp attribute added to some function
definitions. FP wait instructions now appear as a result.

Test changes verified with D146845.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list