[PATCH] D125717: [InstCombine] Optimize and of icmps with power-of-2 and contiguous masks
John McIver via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 9 22:26:25 PST 2023
jmciver added a comment.
Herald added a subscriber: StephenFan.
As per @RKSimon's feedback I have discovered a number of vector deficiencies in my implementation.
>From reading https://developers.redhat.com/articles/2022/12/20/how-contribute-llvm# (which is excellent) I have a better understanding of how to structure this patch. I am currently working on further vector test case generation and will post it as a parent to this patch in the next day or so.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125717/new/
https://reviews.llvm.org/D125717
More information about the llvm-commits
mailing list