[PATCH] GlobalISel: Handle selection of G_IMPLICIT_DEF in AArch64
Justin Bogner via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 12 10:33:08 PDT 2017
r307817
Tim Northover <tnorthover at apple.com> writes:
> Yep, looks trivial to me.
>
> Tim.
>
>> On 11 Jul 2017, at 19:28, Justin Bogner <mail at justinbogner.com> wrote:
>>
>> A generic variant of IMPLICIT_DEF was added in r306875, but this
>> survives to selection and hits a `Cannot Select`. Add handling that
>> converts the note to a regular IMPLICIT_DEF.
>>
>> Okay to commit?
>>
>> <select-implicit-def.patch>
More information about the llvm-commits
mailing list