[PATCH] D28489: [CodeGen] Move MacroFusion to the target
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 30 15:08:05 PST 2017
evandro added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/misched-fusion.ll:10-19
-; CHECK: add w[[ADDRES:[0-9]+]], w1, #7
; CHECK: sub w[[SUBRES:[0-9]+]], w0, #13
-; CHECK-NEXT: cbnz w[[SUBRES]], [[SKIPBLOCK:LBB[0-9_]+]]
-; CHECK: mov [[REGTY:[x,w]]]0, [[REGTY]][[ADDRES]]
-; CHECK: mov [[REGTY]]1, [[REGTY]][[SUBRES]]
-; CHECK: bl _foobar
-; CHECK: [[SKIPBLOCK]]:
----------------
MatzeB wrote:
> Why is there a testcase change, shoulnd't this be NFC?
Since I made it common for iOS and Linux (v. line 4), I meant to trim the check to the germane part.
Repository:
rL LLVM
https://reviews.llvm.org/D28489
More information about the llvm-commits
mailing list