[all-commits] [llvm/llvm-project] 752039: [NFC] Fixed typo in tests parameters
Daniil Fukalov via All-commits
all-commits at lists.llvm.org
Wed Jul 15 12:09:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7520393842ea455fa7a6056d7dbc2e2cedd3c72f
https://github.com/llvm/llvm-project/commit/7520393842ea455fa7a6056d7dbc2e2cedd3c72f
Author: dfukalov <daniil.fukalov at amd.com>
Date: 2020-07-15 (Wed, 15 Jul 2020)
Changed paths:
M llvm/test/CodeGen/AMDGPU/fmuladd.f32.ll
Log Message:
-----------
[NFC] Fixed typo in tests parameters
Summary:
llc reports `fp32-denormals` is not recognized. I guess it was intended to be
`-denormal-fp-math-f32={preserve-sign|ieee} -mattr=+mad-mac-f32-insts`
Reviewers: rampitec
Reviewed By: rampitec
Subscribers: jvesely, nhaehnle, llvm-commits, kerbowa
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D83883
More information about the All-commits
mailing list