[PATCH] D66190: [CodeGen] Add a pass to do block predication on SSA machine IR
Thomas Raoux via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 14 01:45:59 PDT 2019
ThomasRaoux added a comment.
In D66190#1628712 <https://reviews.llvm.org/D66190#1628712>, @lebedev.ri wrote:
> Tests missing; please upload all patches with full context (`-U99999`)
Updated the patch to have full context. Sorry about that. As mentioned in the description there are currently no target in LLVM trunk supporting both predicate and select instructions hooks and this is needed for this pass to work. So I'm not able to add tests at the moment and the target I'm working in cannot be up-streamed right now. If this is not acceptable I'll keep this in my target for now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66190/new/
https://reviews.llvm.org/D66190
More information about the llvm-commits
mailing list