summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/test-constantexpr.ll
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2014-05-13 11:17:46 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2014-05-13 11:17:46 +0000
commit579168629e04a8d5ab56cbad350aae1a7849ec1b (patch)
tree2ede80667caa9e6841b445be47bb57974b04f7b7 /llvm/test/ExecutionEngine/test-constantexpr.ll
parent1219355d38db30957231f04b7e5fc9846418ec4f (diff)
downloadbcm5719-llvm-579168629e04a8d5ab56cbad350aae1a7849ec1b.tar.gz
bcm5719-llvm-579168629e04a8d5ab56cbad350aae1a7849ec1b.zip
[mips] Free up two values in SubtargetFeatureFlag by folding the redundant IsGP32/IsGP64 into IsGP32bit/IsGP64bit
Summary: We are currently very close to the 32-bit limit of the current assembler implementation. This is because there is no way to represent an instruction that is available in, for example, Mips3 or Mips32. We have to define a feature bit that represents this. This patch cleans up a pair of redundant feature bits and slightly postpones the point we will reach the limit. Reviewers: zoran.jovanovic, jkolek, vmedic Reviewed By: vmedic Differential Revision: http://reviews.llvm.org/D3703 llvm-svn: 208685
Diffstat (limited to 'llvm/test/ExecutionEngine/test-constantexpr.ll')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud