1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/include
Amara Emerson e11b55a90a GlobalISel: Introduce GenericMachineInstr classes and derivatives for idiomatic LLVM RTTI.
This adds some level of type safety, allows helper functions to be added for
specific opcodes for free, and also allows us to succinctly check for class
membership with the usual dyn_cast/isa/cast functions.

To start off with, add variants for the different load/store operations with some
places using it.

Differential Revision: https://reviews.llvm.org/D105751
2021-07-15 15:21:57 -07:00
..
llvm GlobalISel: Introduce GenericMachineInstr classes and derivatives for idiomatic LLVM RTTI. 2021-07-15 15:21:57 -07:00
llvm-c [Coroutines] Run coroutine passes by default 2021-07-15 14:33:40 +08:00