[PATCH] D68417: [MachineVerify] Verify property of atomic G_LOAD/STORE variants
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 19 14:18:39 PDT 2019
reames abandoned this revision.
reames added a comment.
It turns out the MachineMemOperand constructor already asserts on a zero alignment. The vector check is potentially useful, but given this doesn't cover SelectionDAG anyway (where I'm currently focused), I'm deferring it until a future point.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68417/new/
https://reviews.llvm.org/D68417
More information about the llvm-commits
mailing list