Simply add given input and mark it as tied.
Doesn't create additional copy compared to
matching input constraint to virtual register.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
LGTM, might be worth to include this also for the 11.x release.
llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp | ||
---|---|---|
467 | I think the else branch needs braces, since one of the branches need them. |
might be worth to include this also for the 11.x release.
What is the procedure for that?
Either you can create a bug in Bugzilla (https://bugs.llvm.org/), asking for this revision to be merged to the release branch and mark it as a release blocker of the 11.0.0 release, or you can contact the release manager directly (hans@chromium.org).
@jrtc27, does this fix the issue you are seeing in sel4?
For completeness I just filed https://bugs.llvm.org/show_bug.cgi?id=47021 for this issue. I missed the "contact the release manager directly" as a viable alternative on my first reading, so that was probably unnecessary, apologies if this creates a problem.
I think the else branch needs braces, since one of the branches need them.