https://llvm.org/bugs/show_bug.cgi?id=26517
Bug ID: 26517 Summary: [Polly] Hoisting of loads of different size placed in the same equivalent class breaks Product: Polly Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancement Priority: P Component: Optimizer Assignee: polly-...@googlegroups.com Reporter: tob...@grosser.es CC: llvm-bugs@lists.llvm.org Classification: Unclassified We currently disable invariant code hoisting in presence of multi-element array accesses as codes such as test/Isl/CodeGen/multiple-types-invariant-load-2.ll, where multiple loads of different belong to the same equivalence class, can not yet be correctly code generated. We should add this functionality to allow invariant load hoisting also for loads of different size. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs