[PATCH] D102759: [AArch64ISelDAGToDAG] Supplement cases for ORRWrs/ORRXrs when calculating usefulbits

Tiehu Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 23 18:21:18 PDT 2021


TiehuZhang marked 2 inline comments as done.
TiehuZhang added a comment.

ping



================
Comment at: llvm/test/CodeGen/AArch64/arm64-isel-or.ll:58
+  store i8 0, i8* @d, align 4, !tbaa !5
+  tail call void (...) @printf(i8* getelementptr inbounds ([4 x i8], [4 x i8]* @.str, i64 0, i64 0), i32 %or.10)
+  ret i32 0
----------------
mdchen wrote:
> The test case is not supposed to do output. Please remove the `printf` here; also the consequently unused declaration and other related elements.
Done, thanks.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102759/new/

https://reviews.llvm.org/D102759



More information about the llvm-commits mailing list