mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 14:48:27 +08:00
This revision adds enough support to allow InlineAsmOp to work properly with indirect memory constraints "*m". These require an explicit "elementtype" TypeAttr on the operands to pass LLVM verification and need to be provided. Reviewed By: bkramer Differential Revision: https://reviews.llvm.org/D118006
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.