[all-commits] [llvm/llvm-project] cd74cc: [X86] Fix errors in use of strictfp attribute.
Kevin P. Neal via All-commits
all-commits at lists.llvm.org
Fri May 29 09:32:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cd74ccc965e773a3f0c31cd6bb46de318cefdca9
https://github.com/llvm/llvm-project/commit/cd74ccc965e773a3f0c31cd6bb46de318cefdca9
Author: Kevin P. Neal <kevin.neal at sas.com>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M llvm/test/CodeGen/X86/fp-intrinsics.ll
M llvm/test/CodeGen/X86/fp-strict-scalar-cmp.ll
M llvm/test/CodeGen/X86/fp-strict-scalar-round.ll
M llvm/test/CodeGen/X86/vec-strict-128.ll
M llvm/test/CodeGen/X86/vec-strict-256.ll
M llvm/test/CodeGen/X86/vec-strict-512.ll
M llvm/test/CodeGen/X86/vec-strict-fptoint-128.ll
M llvm/test/CodeGen/X86/vec-strict-fptoint-256.ll
M llvm/test/CodeGen/X86/vec-strict-fptoint-512.ll
M llvm/test/CodeGen/X86/vec-strict-round-128.ll
M llvm/test/CodeGen/X86/vector-constrained-fp-intrinsics-flags.ll
M llvm/test/CodeGen/X86/vector-half-conversions.ll
Log Message:
-----------
[X86] Fix errors in use of strictfp attribute.
Errors spotted with use of: https://reviews.llvm.org/D68233
More information about the All-commits
mailing list