[PATCH] D38898: [SelectionDAG] Add MachineMemOperand flags to the NodeID for MemSDNodes
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 25 17:31:25 PDT 2017
hfinkel added a comment.
These flags should essentially already be added by the calls to `ID.AddInteger(getSyntheticNodeSubclassData(...` and ` ID.AddInteger(ST->getRawSubclassData())` and friends. Is this not happening uniformly?
Repository:
rL LLVM
https://reviews.llvm.org/D38898
More information about the llvm-commits
mailing list