[AMDGPU] Fix bug introduced in 47a5c36b37f0
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/Analysis/CostModel/AMDGPU/shufflevector.ll | ||
---|---|---|
55 | Should still be checking the returned cost |
llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | ||
---|---|---|
741 | I don't see how this works? Shouldn't this be returning instead of falling through? |
llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | ||
---|---|---|
741 | You're right, thanks! |
Comment Actions
Commit message could uses work though, include revision in the long description, not the first line
I don't see how this works? Shouldn't this be returning instead of falling through?