[PATCH] D148558: [CodeGen] Improve handling -Ofast generated code by ComplexDeinterleaving pass
Nicholas Guy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 18 03:10:38 PDT 2023
NickGuy added a comment.
> Due to the lack of direct link between ComplexDeinterleavingNode and IR Instrucitons when using -Ofast, I decided to use IRBuilder to create all new instructions in ordered way. This code can be extracted into a separate patch.
A separate patch would be ideal. There's a lot of changes, and it would help to include only what is related to the -Ofast handling here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148558/new/
https://reviews.llvm.org/D148558
More information about the llvm-commits
mailing list