This is an archive of the discontinued LLVM Phabricator instance.

example
AbandonedPublic

Authored by craig.topper on Apr 10 2018, 1:13 PM.

Details

Reviewers
chandlerc

Diff Detail

Event Timeline

chandlerc created this revision.Apr 10 2018, 1:13 PM
craig.topper commandeered this revision.Apr 10 2018, 1:43 PM
craig.topper edited reviewers, added: chandlerc; removed: craig.topper.

Used the mayStore flag instead of checking operand 0 for def. It felt a little clearer to think about.

I made a whole new instruction, but I was wondering if we could just mutate the original instruction by changing the opcode and adding the extra input register.

Verified this locally that it fixes the failing chromium build.

craig.topper abandoned this revision.Apr 10 2018, 6:40 PM

Commited in r329771. I'm abandoning this though because it was never supposed to have been a public review, which is why the title is "example"