[all-commits] [llvm/llvm-project] d643a3: [X86] Use any_fadd/sub/mul/div/sqrt with the AVX51...
topperc via All-commits
all-commits at lists.llvm.org
Sat Feb 8 15:55:54 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d643a39aba26acbaf9cff06446703c88d690a72f
https://github.com/llvm/llvm-project/commit/d643a39aba26acbaf9cff06446703c88d690a72f
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-02-08 (Sat, 08 Feb 2020)
Changed paths:
M llvm/lib/Target/X86/X86InstrAVX512.td
Log Message:
-----------
[X86] Use any_fadd/sub/mul/div/sqrt with the AVX512 scalar_*_patterns.
Making sure not to use them with patterns for masked instructions.
Also fix FMA patterns that were matching strict_fma+x86selects to
masked instructions.
More information about the All-commits
mailing list