[all-commits] [llvm/llvm-project] 58ad56: [FPEnv][SystemZ] Correct strictfp tests.

Kevin P. Neal via All-commits all-commits at lists.llvm.org
Wed Jul 26 06:09:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 58ad5699e724d199e1b0f79ead0e762765079737
      https://github.com/llvm/llvm-project/commit/58ad5699e724d199e1b0f79ead0e762765079737
  Author: Kevin P. Neal <kevin.neal at sas.com>
  Date:   2023-07-26 (Wed, 26 Jul 2023)

  Changed paths:
    M llvm/test/CodeGen/SystemZ/sext-zext.ll

  Log Message:
  -----------
  [FPEnv][SystemZ] Correct strictfp tests.

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

This test, like many others, just needed the function definition corrected.

Test changes verified with D146845.




More information about the All-commits mailing list