[PATCH] D152828: [MachineSink][AArch64] Sink instruction copies when they can replace copy into hard register or folded into addressing mode
Momchil Velikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 17 03:25:37 PDT 2023
chill added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sink-and-fold.ll:305
-
-define i32 @f6(i1 %c, ptr %a, i32 %i) {
-; CHECK-LABEL: f6:
----------------
dmgreen wrote:
> Are these tests new? Can this be removed in the parent?
These tests are supposed to be in the new patch as well.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152828/new/
https://reviews.llvm.org/D152828
More information about the llvm-commits
mailing list