Handle multi-dimensional invariant load.
authorEli Friedman <efriedma@codeaurora.org>
Mon, 17 Oct 2016 21:04:26 +0000 (21:04 +0000)
committerEli Friedman <efriedma@codeaurora.org>
Mon, 17 Oct 2016 21:04:26 +0000 (21:04 +0000)
commit3c1a75bf9cafebce9082401945ced13ea2af7a91
tree091f6a3a9ab17f155ad1d87142aa49df8a040c90
parent99eef2d736bd4cbfef02eb8714a59db442ff8643
Handle multi-dimensional invariant load.

If the address of a load depends on another load, make sure to emit
the loads in the right order.

llvm-svn: 284426
polly/lib/CodeGen/IslNodeBuilder.cpp
polly/test/Isl/CodeGen/invariant-load-dimension.ll [new file with mode: 0644]