mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
67f7fa9618
While the actually incorrect transform happens in LoopUnroll, it is based on noalias metadata inserted by the inliner, and ultimately manifests in GVN. Add a phase ordering test that checks this even if our representation of noalias metadata changes in the future.