1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/include
Tim Northover aebb01e004 GlobalISel: implement low-level type with just size & vector lanes.
This should be all the low-level instruction selection needs to determine how
to implement an operation, with the remaining context taken from the opcode
(e.g. G_ADD vs G_FADD) or other flags not based on type (e.g. fast-math).

llvm-svn: 276158
2016-07-20 19:09:30 +00:00
..
llvm GlobalISel: implement low-level type with just size & vector lanes. 2016-07-20 19:09:30 +00:00
llvm-c Do not use bool in C header lto.h, use lto_bool_t instead 2016-07-11 23:55:01 +00:00