[PATCH] D110561: [AArch64] Alter arith-cbz-fusion to fuse between pairs register instructions
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 27 09:31:29 PDT 2021
MatzeB added a comment.
I haven't worked with this code for a while, but isn't this function only invoked when there is an edge in the schedule graph between the two nodes anyway so they must be writing/reading the same register and you wouldn't need the extra check you are adding here?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110561/new/
https://reviews.llvm.org/D110561
More information about the llvm-commits
mailing list