[PATCH] D46273: [InstCombine, ARM] Convert vld1 to llvm load
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 2 06:49:23 PDT 2018
spatel added inline comments.
================
Comment at: test/Transforms/InstCombine/ARM/vld1.ll:1
+; RUN: opt -instcombine -S -o - %s | FileCheck %s
+
----------------
Please auto-generate the assertions using:
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
The RUN line should redirect from the input file rather than taking a param:
; RUN: opt < %s -instcombine -S | FileCheck %s
https://reviews.llvm.org/D46273
More information about the llvm-commits
mailing list