diff options
author | Florian Hahn <flo@fhahn.com> | 2021-08-06 08:12:54 +0100 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2021-08-06 08:29:20 +0100 |
commit | 3e58dd19dfa3c2537c3168a4885a5d757b3f1a6a (patch) | |
tree | 3c48ba5e1b3b40a68fd600b1c6aa4cec44656ad1 /llvm/lib/CodeGen/TargetLoweringBase.cpp | |
parent | 835cbfa8cf6330e31498f751baae3df83eab076a (diff) | |
download | llvm-3e58dd19dfa3c2537c3168a4885a5d757b3f1a6a.zip llvm-3e58dd19dfa3c2537c3168a4885a5d757b3f1a6a.tar.gz llvm-3e58dd19dfa3c2537c3168a4885a5d757b3f1a6a.tar.bz2 |
[LV] Move reduction PHI node fixup to VPlan::execute (NFC).
All information to fix-up the reduction phi nodes in the vectorized loop
is available in VPlan now. This patch moves the code to do so, to make
this clearer. Fixing up the loop exit value still relies on other
information and remains outside of VPlan for now.
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D100113
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringBase.cpp')
0 files changed, 0 insertions, 0 deletions