[all-commits] [llvm/llvm-project] 267271: [InstCombine] Don't handle non-canonical index typ...

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Jul 30 08:52:31 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2672719a09cf9fd279e66cd3582b7cc8331c0b31
      https://github.com/llvm/llvm-project/commit/2672719a09cf9fd279e66cd3582b7cc8331c0b31
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2025-07-30 (Wed, 30 Jul 2025)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp

  Log Message:
  -----------
  [InstCombine] Don't handle non-canonical index type in icmp of load fold (#151346)

We should just bail out and wait for it to be canonicalized. The current
implementation could emit a trunc without actually performing the
transform.



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