You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llvm/docs/ReleaseNotes.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,6 @@ Changes to the LLVM IR
74
74
format string function implementations from statically-linked libc's based on
75
75
the requirements of each call. Currently only `float` is supported; this can
76
76
keep floating point support out of printf if it can be proven unused.
77
-
* Case values are no longer operands of `SwitchInst`.
78
77
79
78
Changes to LLVM infrastructure
80
79
------------------------------
@@ -179,7 +178,6 @@ Changes to the C API
179
178
* Add `LLVMGetOrInsertFunction` to get or insert a function, replacing the combination of `LLVMGetNamedFunction` and `LLVMAddFunction`.
180
179
* Allow `LLVMGetVolatile` to work with any kind of Instruction.
181
180
* Add `LLVMConstFPFromBits` to get a constant floating-point value from an array of 64 bit values.
182
-
* Add `LLVMGetSwitchCaseValue` and `LLVMSetSwitchCaseValue` to get and set switch case values; switch case values are no longer operands of the instruction.
0 commit comments