Pretty-printing for `uinc_wrap` and `udec_wrap` is incorrect
Closed this issue · 0 comments
RyanGlScott commented
#138 added support for the atomic uinc_wrap
and udec_wrap
operations, but the pretty-printing code is incorrect:
llvm-pretty/src/Text/LLVM/PP.hs
Lines 563 to 564 in a815d8c
Per the LLVM commit which introduced these operations, these should be printed as uinc_wrap
and udec_wrap
, not uincwrap
and udecwrap
.