Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I got confused by the _fixed vs _register vs _UPD for a while, but I see that's pre-existing :)
Nice patch. Thanks for doing it. LGTM
llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp | ||
---|---|---|
581–582 | Feel free to format this as it suggests. And maybe make a function/lambda for "is VLD2 DUP" too, if it's used below too. |
Feel free to format this as it suggests. And maybe make a function/lambda for "is VLD2 DUP" too, if it's used below too.