1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
Tim Northover 9cf8f9c151 GlobalISel: simplify MachineIRBuilder interface.
MachineIRBuilder had weird before/after and beginning/end flags for the insert
point. Unfortunately the non-default means that instructions will be inserted
in reverse order which is almost never what anyone wants.

Really, I think we just want (like IRBuilder has) the ability to insert at any
C++ iterator-style point (i.e. before any instruction or before MBB.end()). So
this fixes MIRBuilders to behave like IRBuilders in this respect.

llvm-svn: 288980
2016-12-07 21:05:38 +00:00
..
2016-04-18 09:17:29 +00:00
2016-04-18 09:17:29 +00:00
2016-11-20 13:47:59 +00:00
2015-11-17 00:51:23 +00:00
2016-11-20 13:47:59 +00:00
2016-04-18 09:17:29 +00:00
2016-10-23 19:39:16 +00:00
2016-04-18 09:17:29 +00:00
2015-10-05 04:46:30 +00:00
2016-10-23 19:39:16 +00:00