We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6874726 commit e617cf9Copy full SHA for e617cf9
llvm/lib/Target/X86/X86TargetMachine.cpp
@@ -248,7 +248,7 @@ X86TargetMachine::getSubtargetImpl(const Function &F) const {
248
StringRef FS =
249
FSAttr.isValid() ? FSAttr.getValueAsString() : (StringRef)TargetFS;
250
251
- SmallString<64> Key;
+ SmallString<512> Key;
252
// The additions here are ordered so that the definitely short strings are
253
// added first so we won't exceed the small size. We append the
254
// much longer FS string at the end so that we only heap allocate at most
0 commit comments