Files
clang-p2996/llvm/lib/Transforms/Vectorize
Florian Hahn 1a820ff039 [LV] Remove unnecessary uses of Loop* (NFC).
Update functions that previously took a loop pointer but only to get the
pre-header. Instead, pass the block directly. This removes the
requirement for the loop object to be created up-front.
2022-03-19 20:18:47 +00:00
..