[PATCH] D25812: X86: Introduce the "relocImm" ComplexPattern, which represents a relocatable immediate.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 8 12:48:03 PST 2016


RKSimon added a comment.

I'm a bit worried about not having a default constructor at all - since ComplexPattern is used in std::map isn't it likely that these will occur?


https://reviews.llvm.org/D25812





More information about the llvm-commits mailing list