Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Conversation

@Mel-Chen
Copy link
Contributor

The register pressure of function core_bench_state is too high to do
LICM (Loop Invariant Code Motion). The one of reason is GCC hoists too
many instructions. The option -fno-code-hoisting can disable this
optimization and reduce the register pressure.

The register pressure of function core_bench_state is too high to do
LICM (Loop Invariant Code Motion). The one of reason is GCC hoists too
many instructions. The option -fno-code-hoisting can disable this
optimization and reduce the register pressure.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants