Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Please use
GitHub pull requests
for new patches.
Phabricator shutdown timeline
Paths
Table of Contents
t
Hide Panel
f
Keyboard Reference
?
Differential
D22282
[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOperand.
Closed
Public
Actions
Authored by
jlebar
on Jul 12 2016, 3:04 PM.
Edit Revision
Update Diff
Download Raw Diff
Edit Related Revisions...
Edit Parent Revisions
Edit Child Revisions
Edit Related Objects...
Edit Commits
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
dsanders
llvm-commits
Details
Reviewers
chandlerc
Commits
rG0af80cd6f0b0: [CodeGen] Take a MachineMemOperand::Flags in MachineFunction…
rL275591: [CodeGen] Take a MachineMemOperand::Flags in MachineFunction…
Summary
Previously we took an unsigned.
Hooray for type-safety.
Diff Detail
Repository
rL LLVM
Event Timeline
jlebar
updated this revision to
Diff 63734
.
Jul 12 2016, 3:04 PM
jlebar
retitled this revision from
to
[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOperand.
.
jlebar
updated this object.
jlebar
added a reviewer:
chandlerc
.
jlebar
added a subscriber:
llvm-commits
.
Herald
added a subscriber:
dsanders
.
·
View Herald Transcript
Jul 12 2016, 3:04 PM
jlebar
added a child revision:
D22249: Get rid of bool parameters in SelectionDAG::getLoad, getStore, and friends.
.
Jul 12 2016, 3:05 PM
jlebar
added a parent revision:
D22281: [CodeGen] Refactor MachineMemOperand's Flags enum.
.
chandlerc
accepted this revision.
Jul 14 2016, 5:46 PM
chandlerc
edited edge metadata.
Comment Actions
LGTM, thanks again for all the cleanup!
This revision is now accepted and ready to land.
Jul 14 2016, 5:46 PM
Closed by commit
rL275591: [CodeGen] Take a MachineMemOperand::Flags in MachineFunction…
(authored by
jlebar
).
·
Explain Why
Jul 15 2016, 11:34 AM
This revision was automatically updated to reflect the committed changes.