~mmach/netext73/meson

« back to all changes in this revision

Viewing changes to test cases/common/127 generated llvm ir/square.ll.in

  • Committer: mmach
  • Date: 2021-02-15 11:29:44 UTC
  • Revision ID: netbit73@gmail.com-20210215112944-fpso7tr2yog0tam1
57

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
define i32 @square_unsigned(i32 %a) {
 
2
  %1 = mul i32 %a, %a
 
3
  ret i32 %1
 
4
}