[all-commits] [llvm/llvm-project] 40ca08: [CodeGenPrepare] Replace deleted ext instr with th...

Yingwei Zheng via All-commits all-commits at lists.llvm.org
Fri Jan 31 17:50:35 PST 2025


  Branch: refs/heads/release/20.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 40ca089d9930a2647b8942924f9346358339411a
      https://github.com/llvm/llvm-project/commit/40ca089d9930a2647b8942924f9346358339411a
  Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    M llvm/test/CodeGen/X86/codegen-prepare-addrmode-sext.ll

  Log Message:
  -----------
  [CodeGenPrepare] Replace deleted ext instr with the promoted value. (#71058)

This PR replaces the deleted ext with the promoted value in `AddrMode`.
Fixes #70938.

(cherry picked from commit 3c6aa04cf4dee65113e2a780b9f90b36bb4c4e04)



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