OSDN Git Service

Ensure bitcode encoding of instructions and their operands stays stable.
authorMichael Kuperstein <michael.m.kuperstein@intel.com>
Sun, 2 Mar 2014 15:26:36 +0000 (15:26 +0000)
committerMichael Kuperstein <michael.m.kuperstein@intel.com>
Sun, 2 Mar 2014 15:26:36 +0000 (15:26 +0000)
commit3de6ee1ae69644ccdbb2f2f4550817de00719e90
tree945a6fd6cdc831a5a629cf9beec1651882a61a77
parenta4f0aad95182b7c6dec35fea0d1dc4ef3046b5ab
Ensure bitcode encoding of instructions and their operands stays stable.
This includes instructions that relate to memory access (load/store/GEP), comparison instructions and calls.

Work was done by lama.saba@intel.com.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202647 91177308-0d34-0410-b5e6-96231b3b80d8
test/Bitcode/memInstructions.3.2.ll [new file with mode: 0644]
test/Bitcode/memInstructions.3.2.ll.bc [new file with mode: 0644]
test/Bitcode/miscInstructions.3.2.ll [new file with mode: 0644]
test/Bitcode/miscInstructions.3.2.ll.bc [new file with mode: 0644]
test/Bitcode/variableArgumentIntrinsic.3.2.ll [new file with mode: 0644]
test/Bitcode/variableArgumentIntrinsic.3.2.ll.bc [new file with mode: 0644]