R600/SI: Remove SIISelLowering::legalizeOperands()
authorTom Stellard <thomas.stellard@amd.com>
Thu, 8 Jan 2015 15:08:17 +0000 (15:08 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 8 Jan 2015 15:08:17 +0000 (15:08 +0000)
commit9a6e4f08fe96257babf8b7d152b4768b31c3540a
tree83ca7350debc407191108ad417047bb13ddf349a
parent6e8b53da17ed93c3de0922e94add5f11f068e184
R600/SI: Remove SIISelLowering::legalizeOperands()

Its functionality has been replaced by calling
SIInstrInfo::legalizeOperands() from
SIISelLowering::AdjstInstrPostInstrSelection() and running the
SIFoldOperands and SIShrinkInstructions passes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225445 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
lib/Target/R600/SIISelLowering.cpp
lib/Target/R600/SIISelLowering.h
test/CodeGen/R600/fneg.ll
test/CodeGen/R600/imm.ll
test/CodeGen/R600/operand-folding.ll
test/CodeGen/R600/seto.ll
test/CodeGen/R600/setuo.ll
test/CodeGen/R600/sint_to_fp.f64.ll
test/CodeGen/R600/sint_to_fp.ll
test/CodeGen/R600/uint_to_fp.f64.ll
test/CodeGen/R600/uint_to_fp.ll
test/CodeGen/R600/xor.ll