[PATCH] D98351: [InstCombine] shrinkFPConstantVector(): scalable vector support
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 22 07:23:52 PDT 2021
lebedev.ri added inline comments.
================
Comment at: llvm/test/Transforms/InstCombine/AArch64/sve-splat.ll:1
+; RUN: opt -instcombine -mtriple=aarch64-linux-gnu -mattr=+sve -S -o - < %s 2>%t | FileCheck %s
+; RUN: FileCheck --check-prefix=WARN --allow-empty %s <%t
----------------
Do you really need anything other than plain `-instcombine` here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98351/new/
https://reviews.llvm.org/D98351
More information about the llvm-commits
mailing list