diff options
author | Luke Lau <luke@igalia.com> | 2025-03-24 20:18:54 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-24 19:18:54 +0800 |
commit | 6a8606e99e399ccc68a89b1c22b396e00021d3fb (patch) | |
tree | 666365b0c98ffe8835d3a179a7eaa955bd839094 /clang/test/AST/ByteCode/builtin-functions.cpp | |
parent | 63b5692bacd941f1b6b9010b70db4bcc327469b9 (diff) | |
download | llvm-6a8606e99e399ccc68a89b1c22b396e00021d3fb.zip llvm-6a8606e99e399ccc68a89b1c22b396e00021d3fb.tar.gz llvm-6a8606e99e399ccc68a89b1c22b396e00021d3fb.tar.bz2 |
[VPlan] Only store RecurKind + FastMathFlags in VPReductionRecipe. NFCI (#131300)
VPReductionRecipes take a RecurrenceDescriptor, but only use the
RecurKind and FastMathFlags in it when executing. This patch makes the
recipe more lightweight by stripping it to only take the latter two.
The motiviation for this is to simplify an upcoming patch to support
in-loop AnyOf reductions. For an in-loop AnyOf reduction we want to
create an Or reduction, and by using RecurKind we can create an
arbitrary reduction without needing a full RecurrenceDescriptor.
Diffstat (limited to 'clang/test/AST/ByteCode/builtin-functions.cpp')
0 files changed, 0 insertions, 0 deletions