diff options
author | Florian Hahn <flo@fhahn.com> | 2020-04-20 09:42:02 +0100 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2020-04-20 10:06:35 +0100 |
commit | fa284e136e1b67e233f445fcf643eeaa10d6835c (patch) | |
tree | 355aab51895fc813bd0aa2acd97f3dac8df4f934 /llvm/utils/FileCheck/FileCheck.cpp | |
parent | 62f97123fbefced9091c621b4a0bd642a05a5a85 (diff) | |
download | llvm-fa284e136e1b67e233f445fcf643eeaa10d6835c.zip llvm-fa284e136e1b67e233f445fcf643eeaa10d6835c.tar.gz llvm-fa284e136e1b67e233f445fcf643eeaa10d6835c.tar.bz2 |
[VPlan] Clean up tryToCreate(Widen)Recipe. (NFC)
This patch includes some clean-ups to tryToCreateRecipe, suggested in
D77973.
It includes:
* Renaming tryToCreateRecipe to tryToCreateWidenRecipe.
* Move VPBB insertion logic to caller of tryToCreateWidenRecipe.
* Hoists instruction checks to tryToCreateWidenRecipe, making it
clearer which instructions are handled by which recipe, simplifying
the checks by using early exits.
* Split up handling of induction PHIs and truncates using inductions.
Reviewers: gilr, rengolin, Ayal, hsaito
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D78287
Diffstat (limited to 'llvm/utils/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions