[PATCH] D28813: [CodeGenPrepare] Sink and duplicate more 'and' instructions.
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 16 18:09:01 PST 2017
qcolombet added inline comments.
================
Comment at: test/Transforms/CodeGenPrepare/AArch64/and-sink.ll:1
+; RUN: opt -S -codegenprepare -mtriple=aarch64-linux %s | FileCheck %s
+
----------------
I would have expecting this to be in the same file as the CodeGen test, just because if we add a test for there, we would have to replicate it here.
https://reviews.llvm.org/D28813
More information about the llvm-commits
mailing list