We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f49a51 commit 37d4fb1Copy full SHA for 37d4fb1
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
@@ -1145,7 +1145,7 @@ class TargetTransformInfoImplBase {
1145
const Function &F,
1146
SmallVectorImpl<std::pair<StringRef, int64_t>> &LB) const {}
1147
1148
- virtual bool isVectorElementIndexingUsingGEPAllowed() const { return true; }
+ virtual bool allowVectorElementIndexingUsingGEP() const { return true; }
1149
1150
protected:
1151
// Obtain the minimum required size to hold the value (without the sign)
0 commit comments