[all-commits] [llvm/llvm-project] 7d38a9: Restore fixed version of "[CodeGenPrepare] Fix isI...

Philip Reames via All-commits all-commits at lists.llvm.org
Sat Mar 13 15:30:31 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d38a91a7f3d3bc749636d6e698a5860f38ec20a
      https://github.com/llvm/llvm-project/commit/7d38a91a7f3d3bc749636d6e698a5860f38ec20a
  Author: Philip Reames <listmail at philipreames.com>
  Date:   2021-03-13 (Sat, 13 Mar 2021)

  Changed paths:
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    A llvm/test/CodeGen/X86/pr49466.ll

  Log Message:
  -----------
  Restore fixed version of "[CodeGenPrepare] Fix isIVIncrement (PR49466)"

Change was reverted in commit 8d20f2c2c66eb486ff23cc3d55a53bd840b36971 because it was causing an infinite loop.  9228f2f32 fixed the root issue in the code structure, this change just reapplies the original change w/adaptation to the new code structure.




More information about the All-commits mailing list