[PATCH] D111237: [TypePromotion] Promote PHI-nodes
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 12 03:13:12 PDT 2021
SjoerdMeijer added a comment.
In D111237#3054641 <https://reviews.llvm.org/D111237#3054641>, @avieira wrote:
> I found that other than the motivation example I showed above coming up with C-level examples, especially for cases where I don't think transforming is a good idea is difficult. I'll see if I have better luck with IR tests.
Adding your motivating example as an IR test is a good start! :) And cases that you think should not be transformed are equally valuable, so please add them too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111237/new/
https://reviews.llvm.org/D111237
More information about the llvm-commits
mailing list