[PATCH] D51769: [X86] Change the addcarry and subborrow intrinsics to return 2 results and remove the pointer argument.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 7 07:19:13 PDT 2018
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/CodeGen/X86/stack-folding-adx-x86_64.ll:13
;CHECK-LABEL: stack_fold_addcarry_u32
- ;CHECK: adcxl {{-?[0-9]*}}(%rsp), %ecx {{.*#+}} 4-byte Folded Reload
+ ;CHECK: adcxl {{-?[0-9]*}}(%rsp), %{{.*}} {{.*#+}} 4-byte Folded Reload
%1 = tail call i64 asm sideeffect "nop", "=x,~{rax},~{rbx},~{rcx},~{rdx},~{rsi},~{rdi},~{rbp},~{r8},~{r9},~{r10},~{r11},~{r12},~{r13},~{r14},~{r15}"()
----------------
NFC change?
Repository:
rL LLVM
https://reviews.llvm.org/D51769
More information about the llvm-commits
mailing list