This is an archive of the discontinued LLVM Phabricator instance.

[GloblalISel] Support lowering <3 x i8> arguments in multiple parts.
ClosedPublic

Authored by aemerson on Feb 19 2021, 1:52 PM.

Diff Detail

Event Timeline

aemerson created this revision.Feb 19 2021, 1:52 PM
aemerson requested review of this revision.Feb 19 2021, 1:52 PM
paquette added inline comments.Feb 19 2021, 1:53 PM
llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
499

Pull the getMRI() out of the loop?

aemerson updated this revision to Diff 325340.Feb 21 2021, 2:26 PM
This revision is now accepted and ready to land.Feb 22 2021, 9:21 AM