diff options
author | Heejin Ahn <aheejin@gmail.com> | 2019-12-14 19:19:35 -0800 |
---|---|---|
committer | Heejin Ahn <aheejin@gmail.com> | 2019-12-14 19:19:35 -0800 |
commit | 0133dc3983c2ed477a198d414d5d7ad4b95db549 (patch) | |
tree | 674d63402a09744f7f9335fcb6d1a72257d2ca5c /polly/lib | |
parent | 1dc0c8af5e7d330bcbe23e4d88502e6b7f5135b8 (diff) | |
download | bcm5719-llvm-0133dc3983c2ed477a198d414d5d7ad4b95db549.tar.gz bcm5719-llvm-0133dc3983c2ed477a198d414d5d7ad4b95db549.zip |
[IR] Include more target specific intrinsic headers
After D71320, target-specific intrinsic headers should be included.
Diffstat (limited to 'polly/lib')
-rw-r--r-- | polly/lib/CodeGen/PPCGCodeGeneration.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/polly/lib/CodeGen/PPCGCodeGeneration.cpp b/polly/lib/CodeGen/PPCGCodeGeneration.cpp index 99cd5d2def1..7224cbec1c3 100644 --- a/polly/lib/CodeGen/PPCGCodeGeneration.cpp +++ b/polly/lib/CodeGen/PPCGCodeGeneration.cpp @@ -25,6 +25,7 @@ #include "polly/Support/SCEVValidator.h" #include "llvm/ADT/PostOrderIterator.h" #include "llvm/Analysis/TargetTransformInfo.h" +#include "llvm/IR/IntrinsicsNVPTX.h" #include "llvm/IR/LegacyPassManager.h" #include "llvm/IR/Verifier.h" #include "llvm/IRReader/IRReader.h" |