Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good to me beyond the comment on asserts. I'll let others OK the change since I haven't touched that code base.
lib/Target/AArch64/AArch64InstrAtomics.td | ||
---|---|---|
32 ↗ | (On Diff #12571) | You probably want to keep this assert. Although it is weird that subsequent code doesn't have similar asserts (I'd expect consistency in all-asserts or none). |
lib/Target/AArch64/AArch64InstrAtomics.td | ||
---|---|---|
32 ↗ | (On Diff #12571) | I removed this assert because of this lack of consistency, but I can add it back (and to the other functions maybe) if you want. |
lib/Target/AArch64/AArch64InstrAtomics.td | ||
---|---|---|
32 ↗ | (On Diff #12571) | Removing it seems fine to me since the other locations don't have similar asserts. |
lib/Target/AArch64/AArch64InstrAtomics.td | ||
---|---|---|
32 ↗ | (On Diff #12571) | Then can you accept the revision please? Thanks. |
lib/Target/AArch64/AArch64InstrAtomics.td | ||
---|---|---|
32 ↗ | (On Diff #12571) | Done. |