[PATCH] D29153: [BranchFolding] Tail common all identical unreachable blocks

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 15:55:46 PST 2017


rnk added inline comments.


================
Comment at: test/CodeGen/ARM/tail-opts.ll:71
+
+define void @two_instr_return_block(i32* %p) {
+entry:
----------------
hans wrote:
> Did you forget filecheck directives for this?
Oops, I should've deleted it. I wasn't able to make an effective test out of it because it's really hard to make a 2-instruction return block for ARM. The return sequence is just two instructions usually.


https://reviews.llvm.org/D29153





More information about the llvm-commits mailing list