[all-commits] [llvm/llvm-project] e299a4: [ConstantFold] Remove redundant bitcast icmp handl...

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri Nov 3 06:32:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e299a4287018769b9dfdd1eea8609bb59423ae90
      https://github.com/llvm/llvm-project/commit/e299a4287018769b9dfdd1eea8609bb59423ae90
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
    M llvm/lib/IR/ConstantFold.cpp

  Log Message:
  -----------
  [ConstantFold] Remove redundant bitcast icmp handling (NFCI)

This code excludes vector/scalar and FP bitcasts. All other
integer/pointer bitcasts are no-op bitcasts and will be removed
entirely.




More information about the All-commits mailing list