diff options
author | Nikita Popov <npopov@redhat.com> | 2024-06-21 08:33:40 +0200 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2024-06-21 08:34:04 +0200 |
commit | f2f18459d4e77e323b08971cf9d42b3574421fa7 (patch) | |
tree | e56a13ab5961640f6ad60116218b4e43d9e085cf /llvm/lib/CodeGen/TargetLoweringBase.cpp | |
parent | 12c0281f8c73bc1aa20d1517357e0e12c3f8bb4e (diff) | |
download | llvm-f2f18459d4e77e323b08971cf9d42b3574421fa7.zip llvm-f2f18459d4e77e323b08971cf9d42b3574421fa7.tar.gz llvm-f2f18459d4e77e323b08971cf9d42b3574421fa7.tar.bz2 |
Revert "Intrinsic: introduce minimumnum and maximumnum (#93841)"
As far as I can tell, this pull request was not approved, and
did not go through an RFC on discourse.
This reverts commit 89881480030f48f83af668175b70a9798edca2fb.
This reverts commit 225d8fc8eb24fb797154c1ef6dcbe5ba033142da.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringBase.cpp')
-rw-r--r-- | llvm/lib/CodeGen/TargetLoweringBase.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringBase.cpp b/llvm/lib/CodeGen/TargetLoweringBase.cpp index be28f72..ff684c7c 100644 --- a/llvm/lib/CodeGen/TargetLoweringBase.cpp +++ b/llvm/lib/CodeGen/TargetLoweringBase.cpp @@ -909,7 +909,6 @@ void TargetLoweringBase::initActions() { ISD::FMINNUM, ISD::FMAXNUM, ISD::FMINNUM_IEEE, ISD::FMAXNUM_IEEE, ISD::FMINIMUM, ISD::FMAXIMUM, - ISD::FMINIMUMNUM, ISD::FMAXIMUMNUM, ISD::FMAD, ISD::SMIN, ISD::SMAX, ISD::UMIN, ISD::UMAX, ISD::ABS, |