llvm-project
f3d93f56 - [LV] Don't access loop after executePlan in native path (NFC). (#191277)

Commit
11 days ago
[LV] Don't access loop after executePlan in native path (NFC). (#191277) Bring native path in line with inner loop path: the loop may become invalid once we are able to remove the scalar loop in the native path as well. Match inner loop behavior by reporting vectorization before executePlan, and using F instead of L->getHeader()->getParent().
Author
Parents
Loading