Suboptimal machine code mapping results or options #117551
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
I-slow
Issue: Problems and improvements with respect to performance of generated code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
https://godbolt.org/z/GjrE4GjhK
for all 3 maybe_with_data functions, the move of certain values on the stack is unnecessary.
This seems like a fundamental issue and probably won't be fixed soon, but it should make
all existing code run slightly faster
The text was updated successfully, but these errors were encountered: