Issue 132757
Summary [LV] Histograms lose alias information
Labels new issue
Assignees
Reporter RonDahan101
    When vectorizing histograms we lose the alias information we had on the load/store

reproducer: https://compiler-explorer.com/z/Gr3sxGzvr 

Notice that before LoopVectorize, the load and the store had alias information, but after the optimization, the histogram doesn't.


_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to