GaloisInc / llvm-pretty

An llvm pretty printer inspired by the haskell llvm binding
Other
28 stars 15 forks source link

Implement `fadd` and `fsub` atomic operations #63

Open langston-barrett opened 5 years ago

langston-barrett commented 5 years ago

The AtomicRWOp type is missing constructors for fadd and fsub, see the LLVM Language Reference.