[PATCH] D79233: [ARM] Refactor lower to S[LR]I optimization

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 1 17:15:38 PDT 2020


efriedma added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/arm64-sli-sri-opt.ll:1
-; RUN: llc < %s -aarch64-shift-insert-generation=true -mtriple=arm64-eabi -aarch64-neon-syntax=apple | FileCheck %s
+; RUN: llc < %s -mtriple=arm64-eabi -aarch64-neon-syntax=apple | FileCheck %s
 
----------------
Please generate the test using update-llc-test-checks.py


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79233





More information about the llvm-commits mailing list