1 ; Test 8-bit atomic loads.
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
5 ; This is just a placeholder to make sure that loads are handled.
6 ; The CS-based sequence is probably far too conservative.
7 define i8 @f1(i8 *%src) {
11 %val = load atomic i8 *%src seq_cst, align 1