This is an archive of the discontinued LLVM Phabricator instance.

[X86][Tablegen] Fixing register defs and uses for the ENTER instruction.
Needs ReviewPublic

Authored by cray on Jan 30 2017, 12:44 PM.

Details

Reviewers
craig.topper

Diff Detail

Event Timeline

cray created this revision.Jan 30 2017, 12:44 PM
craig.topper added inline comments.Jan 30 2017, 5:08 PM
lib/Target/X86/X86InstrInfo.td
1080

Why mayLoad? Shouldn't it be mayStore?

cray added inline comments.Jan 30 2017, 5:51 PM
lib/Target/X86/X86InstrInfo.td
1080

Nice catch! I will fix this.