forked from OSchip/llvm-project
parent
8f6603a2dc
commit
c897af3ffc
|
@ -58,7 +58,8 @@ typedef std::vector<ValueMapT> VectorValueMapT;
|
|||
bool canSynthesize(const llvm::Instruction *I, const llvm::LoopInfo *LI,
|
||||
llvm::ScalarEvolution *SE, const llvm::Region *R);
|
||||
|
||||
/// @brief Return true iff @p V is an intrisic we ignore during code generation.
|
||||
/// @brief Return true iff @p V is an intrinsic that we ignore during code
|
||||
/// generation.
|
||||
bool isIgnoredIntrinsic(const llvm::Value *V);
|
||||
|
||||
/// @brief Generate a new basic block for a polyhedral statement.
|
||||
|
|
Loading…
Reference in New Issue