Unverified Commit f20d8b9d authored by Koakuma's avatar Koakuma Committed by GitHub
Browse files

[SPARC][IAS] Add GNU extension for `addc`

Transform `addc imm, %rs, %rd` into `addc %rs, imm, %rd`.
This is used in some GNU and Linux code.

Reviewers: s-barannikov, rorth, jrtc27, brad0

Reviewed By: s-barannikov

Pull Request: https://github.com/llvm/llvm-project/pull/94245
parent dcb71c06
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment