diff options
author | Philip Reames <preames@rivosinc.com> | 2022-06-13 18:19:50 -0700 |
---|---|---|
committer | Philip Reames <listmail@philipreames.com> | 2022-06-13 18:23:39 -0700 |
commit | 800d222e53dabfe1e242bd06ab70f58c36e768ed (patch) | |
tree | 2c7b98b07f79f11753408ca7cc05a9c0c0c6250b /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 520d17bfa012e07daf7abda68cf903838b374848 (diff) | |
download | llvm-800d222e53dabfe1e242bd06ab70f58c36e768ed.zip llvm-800d222e53dabfe1e242bd06ab70f58c36e768ed.tar.gz llvm-800d222e53dabfe1e242bd06ab70f58c36e768ed.tar.bz2 |
[BasicTTI] Remove unused support for multiple opcodes in getTypeBasedIntrinsicInstrCost [nfc]
ISDs only ever contains a single ISD opcode. We can simplify the code under this assumption. The code being removed was added back in 2016 in 0f26b0aeb4a91 to support FMAXNAN/FMINNAN, but at some point since then the motivating case was rewritten not to use the ISDs mechanism. No reason to keep the false generality around now.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions