[all-commits] [llvm/llvm-project] 9c4016: [x86] Move combineAddOrSubToADCOrSBB within the so...

kazutakahirata via All-commits all-commits at lists.llvm.org
Sun Feb 12 19:48:49 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c401687eb460211bee0654956145386a27a6f37
      https://github.com/llvm/llvm-project/commit/9c401687eb460211bee0654956145386a27a6f37
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-02-12 (Sun, 12 Feb 2023)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [x86] Move combineAddOrSubToADCOrSBB within the source file (NFC)

D143838 needs to use combineAddOrSubToADCOrSBB just above combineOr.
This patch simply moves up combineAddOrSubToADCOrSBB within the source
file to avoid forward-declaring the functions.




More information about the All-commits mailing list