[PATCH] D78527: [llvm] [X86] Fixed type bug in vselect for AVX masked load
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 22 07:33:42 PDT 2020
nemanjai added inline comments.
Herald added a subscriber: wuzish.
================
Comment at: llvm/test/CodeGen/X86/pr45563.ll:1
+; RUN: llc < %s -debug-only=isel -O3 -mattr=avx 2>&1 | FileCheck %s
+
----------------
This test case is causing failures on non-X86 built bots. The target triple is missing which means that the default triple will be used - which will be different on every target.
Example of a failure:
http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/12152/steps/ninja%20check%201/logs/FAIL%3A%20LLVM%3A%3Apr45563.ll
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78527/new/
https://reviews.llvm.org/D78527
More information about the llvm-commits
mailing list