Introduce an instruction builder helper class.
authorVictor Lomuller <victor@codeplay.com>
Thu, 18 Jan 2018 17:14:58 +0000 (17:14 +0000)
committerSteven Perron <stevenperron@google.com>
Fri, 19 Jan 2018 15:17:45 +0000 (10:17 -0500)
commitcf3b2a58c417ed86a52191cf1924006e41e963c0
tree98f8418ffceac592fc530acb00dad01c9144491d
parent73940aba1b5c011fef84eab1a8f334146978813a
Introduce an instruction builder helper class.

The class factorize the instruction building process.
Def-use manager analysis can be updated on the fly to maintain coherency.
To be updated to take into account more analysis.
source/opt/ir_builder.h [new file with mode: 0644]
source/opt/ir_context.h
test/opt/CMakeLists.txt
test/opt/ir_builder.cpp [new file with mode: 0644]