Skip to content

Commit 6311e16

Browse files
committed
[AMDGPU][NFC] Remove a duplicate isInlinableLiteralBF16() declaration.
1 parent fbdd98f commit 6311e16

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,9 +1696,6 @@ bool isInlinableLiteralBF16(int16_t Literal, bool HasInv2Pi);
16961696
LLVM_READNONE
16971697
bool isInlinableLiteralFP16(int16_t Literal, bool HasInv2Pi);
16981698

1699-
LLVM_READNONE
1700-
bool isInlinableLiteralBF16(int16_t Literal, bool HasInv2Pi);
1701-
17021699
LLVM_READNONE
17031700
bool isInlinableLiteralI16(int32_t Literal, bool HasInv2Pi);
17041701

0 commit comments

Comments
 (0)