[PATCH] D62132: [RFC] Intrinsics for Hardware Loops
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 24 06:27:32 PDT 2019
SjoerdMeijer added a comment.
Would it be an idea if we start splitting this up now? Because it looks like there is a lot of support for this, there's consensus on the direction (there are only minor implementation differences). We've got at least 3 patches here: the target independent hwloop pass, the changes to the PPC backend, the changes to the ARM backend, and perhaps a 4th patch is the intrinsics. That's a lot of code, and then we can start reviewing things separately.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62132/new/
https://reviews.llvm.org/D62132
More information about the llvm-commits
mailing list