Revert r372366 "Use getTargetConstant for BLENDI, and add a test to catch it."
authorNico Weber <nicolasweber@gmx.de>
Fri, 20 Sep 2019 12:05:29 +0000 (12:05 +0000)
committerNico Weber <nicolasweber@gmx.de>
Fri, 20 Sep 2019 12:05:29 +0000 (12:05 +0000)
commit7622f82bde6a6520b5a0e6562e62cf6a0555fb93
treeab0e2cab188bc51bd4fe4b2cd49ea4d71cb272fb
parentee9acd39001112574e3656c66921a26671a85dd1
Revert r372366 "Use getTargetConstant for BLENDI, and add a test to catch it."

This reverts commit 52621307bcab2013e8833f3317cebd63a6db3885.

Tests have been failing all night with

    [0/2] ACTION //llvm/test:check-llvm(//llvm/utils/gn/build/toolchain:unix)
    -- Testing: 33647 tests, 64 threads --
    Testing: 0 .. 10..
    UNRESOLVED: LLVM :: CodeGen/AMDGPU/GlobalISel/isel-blendi-gettargetconstant.ll (6943 of 33647)
    ******************** TEST 'LLVM :: CodeGen/AMDGPU/GlobalISel/isel-blendi-gettargetconstant.ll' FAILED ********************
    Test has no run line!
    ********************

Since there were other concerns on https://reviews.llvm.org/D67785,
I'm just reverting for now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372383 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/AMDGPU/GlobalISel/isel-blendi-gettargetconstant.ll [deleted file]