[all-commits] [llvm/llvm-project] 95eb49: [SCEV] Bail out on mixed int/pointer in SCEVWrapPr...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Dec 18 03:23:49 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 95eb49a0905568a13c840b7866ce5d9c47e022f0
      https://github.com/llvm/llvm-project/commit/95eb49a0905568a13c840b7866ce5d9c47e022f0
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-18 (Wed, 18 Dec 2024)

  Changed paths:
    M llvm/lib/Analysis/ScalarEvolution.cpp
    A llvm/test/Analysis/LoopAccessAnalysis/nusw-predicates.ll

  Log Message:
  -----------
  [SCEV] Bail out on mixed int/pointer in SCEVWrapPredicate::implies.

Fixes a crash when trying to extend the pointer start value to a narrow
integer type after b6c29fdffd65.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list