mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 07:27:33 +08:00
Add nvvm.pmevent Op that Triggers one or more of a fixed number of performance monitor events, with event index or mask specified by immediate operand. [For more information, see PTX ISA](https://docs.nvidia.com/cuda/parallel-thread-execution/index.html#miscellaneous-instructions-pmevent)
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.