[PATCH] D127354: Allow bitwidth difference when checking for isOneOrOneSplat.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 11:29:51 PDT 2022


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/add-negative.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -verify-machineinstrs -o - %s -mtriple=aarch64-linux-gnu | FileCheck %s --check-prefixes=CHECK
+
----------------
Remove " --check-prefixes=CHECK" - its the default


================
Comment at: llvm/test/CodeGen/AArch64/add-negative.ll:19
+    ret <8 x i16> %7
+}
+
----------------
Please can you pre-commit this and rebase so the patch shows the diff?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127354



More information about the llvm-commits mailing list