This is an archive of the discontinued LLVM Phabricator instance.

Support addrspacecast initializers with isNoopAddrSpaceCast
ClosedPublic

Authored by arsenm on May 27 2016, 4:01 PM.

Details

Summary

Moves isNoopAddrSpaceCast to the TargetMachine. It logically belongs
with the DataLayout.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 58857.May 27 2016, 4:01 PM
arsenm retitled this revision from to Support addrspacecast initializers with isNoopAddrSpaceCast.
arsenm updated this object.
arsenm added a subscriber: llvm-commits.

This seems OK to me.

krisb added a subscriber: krisb.Mar 2 2018, 3:19 AM

@arsenm, Are you going to proceed with the patch?

Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2020, 10:12 AM
Herald added a subscriber: wuzish. · View Herald Transcript

Can we have this patch reviewed soon?
Appreciate any response.

jdoerfert accepted this revision.Jul 30 2020, 10:36 PM

LGTM, one nit below

llvm/lib/Target/X86/X86TargetMachine.h
58

This slipped in I guess.

This revision is now accepted and ready to land.Jul 30 2020, 10:36 PM