[all-commits] [llvm/llvm-project] 82be3a: [X86] Consistently use getVectorIdxConstant for el...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sat Jan 18 03:47:24 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 82be3adcff953635a0719ccb38cd8ef5652908a2
      https://github.com/llvm/llvm-project/commit/82be3adcff953635a0719ccb38cd8ef5652908a2
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2025-01-18 (Sat, 18 Jan 2025)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [X86] Consistently use getVectorIdxConstant for element/subvector extract/insertion nodes. NFC. (#123312)

Avoid the use of getIntPtrConstant for anything other than address pointer related code.

Noticed while trying to use getVectorIdxConstant as a breakpoint.



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