Skip to content
Commit 98fc4c8b authored by Bruno Cardoso Lopes's avatar Bruno Cardoso Lopes
Browse files

This patch implements atomic intrinsics atomic.load.add (sub,and,or,xor,

nand), atomic.swap and atomic.cmp.swap, all in i8, i16 and i32 versions.
The intrinsics are implemented by creating pseudo-instructions, which are
then expanded in the method MipsTargetLowering::EmitInstrWithCustomInserter.

Patch by Sasa Stankovic.

llvm-svn: 132323
parent bf3c1251
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment