[IslNodeBuilder] Directly use the insert location of our Builder
authorTobias Grosser <tobias@grosser.es>
Mon, 8 Aug 2016 15:25:46 +0000 (15:25 +0000)
committerTobias Grosser <tobias@grosser.es>
Mon, 8 Aug 2016 15:25:46 +0000 (15:25 +0000)
commit000db70754841d2e86b7a72029f21e3e2fbdc981
tree8aefcc9cdc3b1e08d1963ce8918c0f27ba6e3811
parent4fbc3f4a376f7902757c210aaf55962c6b09e829
[IslNodeBuilder] Directly use the insert location of our Builder

... instead of adding instructions at the end of the basic block the builder
is currently at. This makes it easier to reason about where IR is generated,
as with the IRBuilder there is just a single location that specificies where
IR is generated.

llvm-svn: 278013
polly/lib/CodeGen/IslNodeBuilder.cpp