This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Remove usages of VectorType::getNumElements() from AMDGPU
ClosedPublic

Authored by ctetreau on May 12 2020, 2:32 PM.

Diff Detail

Event Timeline

ctetreau created this revision.May 12 2020, 2:32 PM
Herald added a project: Restricted Project. · View Herald Transcript
efriedma added inline comments.
llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
1129–1130

Unnecessary "const".

ctetreau marked an inline comment as done.
ctetreau added inline comments.
llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
1129–1130

It was there before and it's not hurting anything. I can remove it if you really want me to.

ctetreau updated this revision to Diff 263527.May 12 2020, 3:11 PM

catch straggler

ctetreau updated this revision to Diff 263530.May 12 2020, 3:17 PM

remove accidentally added ARM changes

This revision is now accepted and ready to land.May 12 2020, 3:47 PM
This revision was automatically updated to reflect the committed changes.