[all-commits] [llvm/llvm-project] 304b9c: [Matrix] Add tests for fast-math flags & matrix co...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Jun 15 05:23:32 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 304b9c25d58d611287c51c50cc0fe4a8c16f6f0d
https://github.com/llvm/llvm-project/commit/304b9c25d58d611287c51c50cc0fe4a8c16f6f0d
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-06-15 (Tue, 15 Jun 2021)
Changed paths:
A clang/test/CodeGen/matrix-type-operators-fast-math.c
Log Message:
-----------
[Matrix] Add tests for fast-math flags & matrix codegen.
This has already been implemented in be2277fbf233 which adds
pragma fp support. This patch just adds test coverage for
regular fast-math flags (PR46165).
More information about the All-commits
mailing list