This is an archive of the discontinued LLVM Phabricator instance.

[X86][MPX] Add load & store instructions of bnd values to getLoadStoreRegOpcode function
ClosedPublic

Authored by aymanmus on Apr 19 2017, 9:22 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

aymanmus created this revision.Apr 19 2017, 9:22 AM
craig.topper added inline comments.Apr 19 2017, 9:42 AM
lib/Target/X86/X86InstrInfo.cpp
6611 ↗(On Diff #95769)

Can you put this below the VR128X? VR128X is going to be more common so we should check for it first.

aymanmus updated this revision to Diff 95947.Apr 20 2017, 6:35 AM
This revision is now accepted and ready to land.Apr 20 2017, 9:25 AM
This revision was automatically updated to reflect the committed changes.