[all-commits] [llvm/llvm-project] 0b17e9: [VPlan] Move VPRecipeWithIRFlags::getFastMathFlags...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Aug 7 04:36:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0b17e9d2859acfec2cf757472f3822f6b5aad020
https://github.com/llvm/llvm-project/commit/0b17e9d2859acfec2cf757472f3822f6b5aad020
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-08-07 (Mon, 07 Aug 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Log Message:
-----------
[VPlan] Move VPRecipeWithIRFlags::getFastMathFlags. (NFCI)
Split off suggested refactoring from D157144. Also adds a assert to make
sure this is only used when OpType is FPMathOp.
More information about the All-commits
mailing list