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 600551a commit f7f08b2Copy full SHA for f7f08b2
llvm/include/llvm/CodeGen/BasicTTIImpl.h
@@ -340,9 +340,8 @@ class BasicTTIImplBase : public TargetTransformInfoImplCRTPBase<T> {
340
341
// Search for a corresponding vector variant.
342
//
343
- // FIXME: CodeGen use RuntimeLibcallsInfo, not TargetLibraryInfo and has no
344
- // path to using the vector libcalls. So this guess at how legalization will
345
- // work is just wrong.
+ // FIXME: Should use RuntimeLibcallsInfo, not TargetLibraryInfo to get the
+ // vector mapping.
346
LLVMContext &Ctx = RetTy->getContext();
347
ElementCount VF = getVectorizedTypeVF(RetTy);
348
VecDesc const *VD = nullptr;
0 commit comments