Issue 140787
Summary Inefficient loading of some immediates
Labels new issue
Assignees
Reporter AZero13
    https://godbolt.org/z/Yo55Gz8eP

We decompose many immediates, which is a good thing. However, there are some that we decompose that we can just avoid with the mov instruction. This is one such example.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to