[all-commits] [llvm/llvm-project] a0cd62: [InstCombine] Split the FMul with reassoc into a h...

Allen via All-commits all-commits at lists.llvm.org
Mon Nov 6 23:31:09 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a0cd6265bcd851da8d4586298cd5d1e4b395a386
      https://github.com/llvm/llvm-project/commit/a0cd6265bcd851da8d4586298cd5d1e4b395a386
  Author: Allen <zhongyunde at huawei.com>
  Date:   2023-11-07 (Tue, 07 Nov 2023)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
    M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp

  Log Message:
  -----------
  [InstCombine] Split the FMul with reassoc into a helper function, NFC (#71493)

The reassoc check is really hard to find because the handle branch it
too large, so spilt it into a helper function.




More information about the All-commits mailing list