[llvm] r310083 - [MachineOperand] Add ChangeToTargetIndex method. NFC
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 4 12:28:49 PDT 2017
On Fri, Aug 4, 2017 at 11:24 AM, Marcello Maggioni via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: mggm
> Date: Fri Aug 4 11:24:09 2017
> New Revision: 310083
>
> URL: http://llvm.org/viewvc/llvm-project?rev=310083&view=rev
> Log:
> [MachineOperand] Add ChangeToTargetIndex method. NFC
>
> Differential Revision: https://reviews.llvm.org/D36301
Hi Marcello,
how difficult is to add an unit test for this?
My understanding is that no in-tree backend will use this, but having
an unittest will cause some failure in case somebody tries to remove
this code :)
Thanks!
--
Davide
"There are no solved problems; there are only problems that are more
or less solved" -- Henri Poincare
More information about the llvm-commits
mailing list