[llvm] [NFC][LLVM] Drop unused field from `IITDescriptor` (PR #189094)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 29 07:10:28 PDT 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-llvm-ir
Author: Rahul Joshi (jurahul)
<details>
<summary>Changes</summary>
Drop unused `Float_Width` field from `IITDescriptor`.
---
Full diff: https://github.com/llvm/llvm-project/pull/189094.diff
1 Files Affected:
- (modified) llvm/include/llvm/IR/Intrinsics.h (-1)
``````````diff
diff --git a/llvm/include/llvm/IR/Intrinsics.h b/llvm/include/llvm/IR/Intrinsics.h
index 5aecec9fd5925..98c3a518b39f6 100644
--- a/llvm/include/llvm/IR/Intrinsics.h
+++ b/llvm/include/llvm/IR/Intrinsics.h
@@ -184,7 +184,6 @@ namespace Intrinsic {
union {
unsigned Integer_Width;
- unsigned Float_Width;
unsigned Pointer_AddressSpace;
unsigned Struct_NumElements;
unsigned Argument_Info;
``````````
</details>
https://github.com/llvm/llvm-project/pull/189094
More information about the llvm-commits
mailing list