Skip to content

Commit 62c39d7

Browse files
authored
[BOLT/docs] The support for macro-op fusion was removed. (llvm#121158)
Update the documentation accordingly.
1 parent 6e8a1a4 commit 62c39d7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

bolt/docs/CommandLineArgumentReference.md

-9
Original file line numberDiff line numberDiff line change
@@ -931,15 +931,6 @@
931931

932932
Remove redundant Address-Size override prefix
933933

934-
### BOLT options in relocation mode:
935-
936-
- `--align-macro-fusion=<value>`
937-
938-
Fix instruction alignment for macro-fusion (x86 relocation mode)
939-
- `none`: do not insert alignment no-ops for macro-fusion
940-
- `hot`: only insert alignment no-ops on hot execution paths (default)
941-
- `all`: always align instructions to allow macro-fusion
942-
943934
### BOLT instrumentation options:
944935

945936
`llvm-bolt <executable> -instrument [-o outputfile] <instrumented-executable>`

0 commit comments

Comments
 (0)