[all-commits] [llvm/llvm-project] c4dc81: [AArch64] provide strictfp attributes in test file

simonwallis2 via All-commits all-commits at lists.llvm.org
Thu Aug 26 08:57:23 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c4dc81eeabdb05f9226415c0196837485ed09d96
      https://github.com/llvm/llvm-project/commit/c4dc81eeabdb05f9226415c0196837485ed09d96
  Author: Simon Wallis <simon.wallis2 at arm.com>
  Date:   2021-08-26 (Thu, 26 Aug 2021)

  Changed paths:
    M llvm/test/CodeGen/AArch64/fptosi-strictfp.ll

  Log Message:
  -----------
  [AArch64] provide strictfp attributes in test file

A post-commit review comment on  https://reviews.llvm.org/D107452 pointed out that
https://llvm.org/docs/LangRef.html
says:
"In a function that uses the constrained intrinsics the strictfp attribute is required on all function calls."

Although there are several files across several test directories which don't follow this guidance, it is straightforward to provide this attribute.

Reviewed By: kpn

Differential Revision: https://reviews.llvm.org/D107567




More information about the All-commits mailing list