[PATCH] D78527: [llvm] [X86] Fixed type bug in vselect for AVX masked load

Aart Bik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 21 10:48:15 PDT 2020


aartbik added inline comments.


================
Comment at: llvm/test/CodeGen/X86/avx-bug-45563.ll:1
+; RUN: llc < %s -debug-only=isel -O3 -mattr=avx  2>&1 | FileCheck %s
+
----------------
RKSimon wrote:
> @aartbik Very minor but please can you rename this file pr45563.ll ?
Renamed.


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