[polly] 0133dc3 - [IR] Include more target specific intrinsic headers

Heejin Ahn via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 14 19:20:13 PST 2019


Author: Heejin Ahn
Date: 2019-12-14T19:19:35-08:00
New Revision: 0133dc3983c2ed477a198d414d5d7ad4b95db549

URL: https://github.com/llvm/llvm-project/commit/0133dc3983c2ed477a198d414d5d7ad4b95db549
DIFF: https://github.com/llvm/llvm-project/commit/0133dc3983c2ed477a198d414d5d7ad4b95db549.diff

LOG: [IR] Include more target specific intrinsic headers

After D71320, target-specific intrinsic headers should be included.

Added: 
    

Modified: 
    polly/lib/CodeGen/PPCGCodeGeneration.cpp

Removed: 
    


################################################################################
diff  --git a/polly/lib/CodeGen/PPCGCodeGeneration.cpp b/polly/lib/CodeGen/PPCGCodeGeneration.cpp
index 99cd5d2def10..7224cbec1c3d 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"


        


More information about the llvm-commits mailing list