Fix bugs related to atomic microMIPS SC/LL instructions: While emitting atomic binary partials the encoding of mips32r2 was emitted instead of micromips of the instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D6659
[mips][microMIPS] Fix bugs related to atomic SC/LL instructions ClosedPublic Authored by jkolek on Dec 15 2014, 8:49 AM.
Details Summary Fix bugs related to atomic microMIPS SC/LL instructions: While emitting atomic binary partials the encoding of mips32r2 was emitted instead of micromips of the instructions.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 18 2014, 8:01 AM Closed by commit rL224524: [mips][microMIPS] Fix bugs related to atomic SC/LL instructions (authored by jkolek). · Explain WhyDec 18 2014, 8:40 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 17446 llvm/trunk/lib/Target/Mips/MipsISelLowering.cpp
llvm/trunk/test/CodeGen/Mips/atomic.ll
llvm/trunk/test/CodeGen/Mips/micromips-atomic1.ll
|