This is an archive of the discontinued LLVM Phabricator instance.

IR: Move AtomicRMW string names into class
ClosedPublic

Authored by arsenm on Sep 24 2018, 6:35 AM.

Details

Reviewers
jfb
Summary

This will be used to improve error messages in a future commit

Diff Detail

Event Timeline

arsenm created this revision.Sep 24 2018, 6:35 AM
jfb accepted this revision.Sep 24 2018, 9:20 AM
jfb added inline comments.
include/llvm/IR/Instructions.h
768

This is probably better to have in a .cpp file.

This revision is now accepted and ready to land.Sep 24 2018, 9:20 AM
arsenm closed this revision.Oct 2 2018, 4:46 PM
arsenm marked an inline comment as done.

r343647