GPUOpen-Drivers / llvm-dialects

LLVM Dialects Library
Apache License 2.0
22 stars 22 forks source link

Allow replacing instrs while visiting #76

Closed JanRehders-AMD closed 10 months ago

JanRehders-AMD commented 10 months ago

This reduces the need to keep around lists of instructions to be replaced later until the visitor finished and will avoid some memory allocations.