[PATCH] D37065: [RFC][GlobalISel] Stop GenericOpcodes.td from breaking targets that set guessInstructionProperties=0

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 08:29:12 PDT 2017


asb added a comment.

It seems there are a number of other instructions in Target.td that also have this problem. guessInstructionProperties can't be enabled for a target without patching target-independent code, and this patch was incorrect to suggest GlobalISel was the only culprit. Let me look at this s ome more...


https://reviews.llvm.org/D37065





More information about the llvm-commits mailing list