[all-commits] [llvm/llvm-project] 26fd3f: [x86][AArch64] add tests for fmul-fma combine; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Wed Jun 24 12:56:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 26fd3ffa78360e4b4581e2165efa18bf67c59d86
https://github.com/llvm/llvm-project/commit/26fd3ffa78360e4b4581e2165efa18bf67c59d86
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-06-24 (Wed, 24 Jun 2020)
Changed paths:
M llvm/test/CodeGen/AArch64/fadd-combines.ll
M llvm/test/CodeGen/X86/fma_patterns.ll
Log Message:
-----------
[x86][AArch64] add tests for fmul-fma combine; NFC
As discussed in D80801, there's a possible overstep in
what is allowed by the 'contract' fast-math-flag.
More information about the All-commits
mailing list