Depends On D87575
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
There is already an implementation of GetWriteFlag for RISC-V. It was provided by D75168, and you can find it in lines 2002-2105.
Oh! At the time this code was originally written we were not aware of this implementation was already there... I'll adjust the patchset.
A general comment: please change revision summaries to describe what the current patch is doing - this will go into the git commit description.
Will do.
If you don't mind - I have another question related to how patches are handled by Phabricator.
This is the first time I use Phabricator and I'm still trying to figure out how things work. I'm a little concerned with preserving the authorship of the commit (since some commits I've published are by Alexey Baturo <space.monkey.delivers@gmail.com>). This can be seen on the "commit" tab of Phabricator UI. When the patch is downloaded with
arc patch D<whatever>
The author of the respected change is set correctly. Does anyone know if it will be the case for when the change is landed/merged in?