[PATCH] D124926: [LoopInterchange] New cost model for loop interchange
Bardia Mahjour via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 3 07:58:32 PDT 2022
bmahjour added a comment.
Thanks @congzhe.
> For the ones that had x86 previously I can reset it to x86, and for the ones that do not have a target triple I can remove it.
If there is no need for x86 triple, we should remove it from the tests as well.
BTW, I also agree with Florian's comment about GEPs with i32 operands, but I'd be ok to deal with it in a separate patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124926/new/
https://reviews.llvm.org/D124926
More information about the llvm-commits
mailing list