Philip Reames d238bf7855 [X86][GlobalISEL] Support lowering aligned unordered atomics
The existing lowering code is accidentally correct for unordered atomics as far as I can tell. An unordered atomic has no memory ordering, and simply requires the actual load or store to be done as a single well aligned instruction. As such, relax the restriction while adding tests to ensure the lowering remains correct in the future.

Differential Revision: https://reviews.llvm.org/D57803

llvm-svn: 356280
2019-03-15 17:50:30 +00:00
..
2019-03-15 13:36:37 +00:00
2019-03-15 17:39:10 +00:00
2019-03-02 08:03:59 +00:00
2019-03-14 11:56:41 +00:00
2019-03-15 13:36:37 +00:00