[PATCH] D135102: [AArch64] Compare BFI and ORR with left-shifted operand for OR instruction selection.
Mingming Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 2 16:33:21 PDT 2022
mingmingl added a comment.
Thanks for reviews! PTAL.
================
Comment at: llvm/test/CodeGen/AArch64/trunc-to-tbl.ll:238
define void @trunc_v16i64_to_v16i8_in_loop(ptr %A, ptr %dst) {
+; CHECK-LABEL: trunc_v16i64_to_v16i8_in_loop:
----------------
dmgreen wrote:
> mingmingl wrote:
> > This test case is generated by `utils/update_llc_test_checks.py`; but for some reason, the whitespaces cause more diff than expected.
> >
> > I'm going to run auto updater in a clean branch, and see if the whitespace diff is expected without this patch.
> Feel free to regenerate the files that need it and check those in to reduce the differences here.
Thanks! Done in https://reviews.llvm.org/D137296
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135102/new/
https://reviews.llvm.org/D135102
More information about the llvm-commits
mailing list