[PATCH] D20624: [mips] bnec/beqc register constraint fix
Daniel Sanders via llvm-commits
llvm-commits at lists.llvm.org
Wed May 25 09:21:37 PDT 2016
dsanders requested changes to this revision.
dsanders added a comment.
This revision now requires changes to proceed.
This needs a test case. Going by the original 7MB reproducer I think we need a test case with a conditional branch where both operands are evaluated in different basic blocks but can be CSE'd. I think the compiler should have eliminated the branch as well though since 'bnec $5, $5, ...' is never going to be taken.
Repository:
rL LLVM
http://reviews.llvm.org/D20624
More information about the llvm-commits
mailing list