aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorDavid Green <david.green@arm.com>2023-07-20 10:34:05 +0100
committerDavid Green <david.green@arm.com>2023-07-20 10:34:05 +0100
commit2e0bf67df1437cb0156d7f5dd9e1b701749f96ca (patch)
treec955ed04599b75ca9731fe751f4e62851c0b76ed /clang/lib/CodeGen/CodeGenFunction.h
parent9dec3fd812429663497e4eb07c3ee7995a2be759 (diff)
downloadllvm-2e0bf67df1437cb0156d7f5dd9e1b701749f96ca.zip
llvm-2e0bf67df1437cb0156d7f5dd9e1b701749f96ca.tar.gz
llvm-2e0bf67df1437cb0156d7f5dd9e1b701749f96ca.tar.bz2
[LV][AArch64] Fix reductions costs in strict-fadd-cost.ll. NFC
These tests were originally added in 0aff1798b5721d5f95d16f465b99d, where they were measuring the cost of fadd and fmuladd reductions, which should be fairly high cost. For some reason, due to the forced vector factors, the debug costs of each instruction are printed twice by the vectorizer. Once as if the instruction is a simple fadd/fmuladd, and later with the correct reduction cost. In d827865e9f778f5b27edb2afe003c2a the costs were updated to match the first print statements, where they would be better to match the second to test the cost of the reduction. This patch returns them to testing the original reduction costs.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
0 files changed, 0 insertions, 0 deletions