[all-commits] [llvm/llvm-project] 5fde95: [IR] Remove SDivOperator/UDivOperator (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Aug 21 05:24:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5fde95bb74dd1e7fc7e546d196b72bb47f3cc924
https://github.com/llvm/llvm-project/commit/5fde95bb74dd1e7fc7e546d196b72bb47f3cc924
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-08-21 (Mon, 21 Aug 2023)
Changed paths:
M llvm/include/llvm/IR/Operator.h
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Log Message:
-----------
[IR] Remove SDivOperator/UDivOperator (NFC)
These haven't been supported as constant expressions for a while
already, so having Operator variants of them doesn't make much
sense.
More information about the All-commits
mailing list