[all-commits] [llvm/llvm-project] 19de2a: [X86] Add test showing failure to fold add(adc(x, 0...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Mar 25 03:14:42 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 19de2a5768d1b2acdf43059116f551dd150dc1ce
      https://github.com/llvm/llvm-project/commit/19de2a5768d1b2acdf43059116f551dd150dc1ce
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-03-25 (Fri, 25 Mar 2022)

  Changed paths:
    M llvm/test/CodeGen/X86/combine-add.ll

  Log Message:
  -----------
  [X86] Add test showing failure to fold add(adc(x,0,carry),c) -> adc(x,c,carry)




More information about the All-commits mailing list