[PATCH] D19719: [mips][atomics] Fix atomic instruction descriptions and uses.
Simon Dardis via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 29 05:03:23 PDT 2016
sdardis created this revision.
sdardis added a reviewer: dsanders.
sdardis added a subscriber: llvm-commits.
sdardis set the repository for this revision to rL LLVM.
Herald added a reviewer: vkalintiris.
Herald added subscribers: sdardis, dsanders.
PR/27458 highlights that the MIPS backend does not have well formed
MIR for atomic operations (among other errors).
This patch adds expands and corrects the LL/SC descriptions and uses
for MIPS(64).
Repository:
rL LLVM
http://reviews.llvm.org/D19719
Files:
lib/Target/Mips/Mips32r6InstrInfo.td
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/Mips64r6InstrInfo.td
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsInstrInfo.td
test/CodeGen/Mips/atomic.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19719.55574.patch
Type: text/x-patch
Size: 13519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160429/16e41266/attachment.bin>
More information about the llvm-commits
mailing list