[all-commits] [llvm/llvm-project] 6c0101: [IR] Mark shl constant expression as undesirable (...

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Jun 19 00:10:49 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c01011db089bae22630922e1ac30e5d49de3137
      https://github.com/llvm/llvm-project/commit/6c01011db089bae22630922e1ac30e5d49de3137
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2024-06-19 (Wed, 19 Jun 2024)

  Changed paths:
    M llvm/lib/IR/Constants.cpp
    M llvm/test/CodeGen/AArch64/stack-tagging-initializer-merge.ll
    M llvm/test/CodeGen/AMDGPU/lower-buffer-fat-pointers-constants.ll

  Log Message:
  -----------
  [IR] Mark shl constant expression as undesirable (#95940)

Mark shl constant expressions undesirable, so that they are no longer
automatically created by IRBuilder, constant folding, etc.

This is in preparation for removing them entirely.



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