[all-commits] [llvm/llvm-project] 55cfb1: [Polly] Fix build after IRBuilder changes
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Feb 17 10:03:05 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 55cfb1fb501d0f72518062b6655d4a788258c9f7
https://github.com/llvm/llvm-project/commit/55cfb1fb501d0f72518062b6655d4a788258c9f7
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-02-17 (Mon, 17 Feb 2020)
Changed paths:
M polly/include/polly/CodeGen/IRBuilder.h
M polly/lib/CodeGen/CodeGeneration.cpp
M polly/lib/CodeGen/PPCGCodeGeneration.cpp
M polly/lib/Support/ScopHelper.cpp
Log Message:
-----------
[Polly] Fix build after IRBuilder changes
Simply dropping the createPollyIRBuilder() function here, because
it doesn't do much. Also directly initialize Expander in
ScopExpander instead of going through the copy-constructor.
More information about the All-commits
mailing list