mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
This transform looks for suitable vector transfers from global memory to shared memory and converts them to async device copies. Differential Revision: https://reviews.llvm.org/D155569