[all-commits] [llvm/llvm-project] 03110d: [IR] Remove ZExtOperator (NFC)

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


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

  Changed paths:
    M llvm/include/llvm/IR/Operator.h
    M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
    M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp

  Log Message:
  -----------
  [IR] Remove ZExtOperator (NFC)

Now that zext constant expressions are no longer supported,
ZExtInst should be used instead.




More information about the All-commits mailing list