[all-commits] [llvm/llvm-project] 5ad276: [FPEnv][RISC-V] Correct a strictfp test.
Kevin P. Neal via All-commits
all-commits at lists.llvm.org
Wed Jul 26 06:11:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ad2760ad97022eee56f911c0fe97a75f071f8de
https://github.com/llvm/llvm-project/commit/5ad2760ad97022eee56f911c0fe97a75f071f8de
Author: Kevin P. Neal <kevin.neal at sas.com>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
M llvm/test/CodeGen/RISCV/rvv/rvv-peephole-vmerge-vops.ll
Log Message:
-----------
[FPEnv][RISC-V] Correct a strictfp test.
Correct a RISC-V strictfp tests to follow the rules documented in the LangRef:
https://llvm.org/docs/LangRef.html#constrained-floating-point-intrinsics
All function calls in a strictfp function require the strictfp attribute.
Test changes verified with D146845.
More information about the All-commits
mailing list