[PATCH] D67850: Fix missed case of switching getConstant to getTargetConstant. Try 2.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 20 11:46:26 PDT 2019
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/X86/GlobalISel/isel-blendi-gettargetconstant.ll:1
+; RUN: llc -mtriple=x86_64-linux-gnu - < %s -o -
+
----------------
RKSimon wrote:
> RUN: llc < %s -mtriple=x86_64-linux-gnu -mattr=sse4.2 | FileCheck %s
>
> And then run the file through the utils/update_llc_test_checks.py script
This is not a GlobalISel test, and should not go in the GlobalISel directory
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67850/new/
https://reviews.llvm.org/D67850
More information about the llvm-commits
mailing list