[PATCH] D37065: Ensure standard pseudo instructions (TargetOpcode::*) are compatible with guessInstructionProperties=0

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 11 07:07:24 PDT 2017


asb updated this revision to Diff 118608.
asb added a comment.

ANNOTATION_LABEL was added since this patch was produced. I've updated it so it also explicitly sets hasSideEffects.

Can someone confirm they're happy for this to land? This patch maintains the status quo, i.e. explicitly setting hasSideEffects where it would currently be inferred. The child/dependent patches change hasSideEffects to 0 where it makes sense.


https://reviews.llvm.org/D37065

Files:
  include/llvm/Target/Target.td
  lib/Target/Lanai/Lanai.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37065.118608.patch
Type: text/x-patch
Size: 3354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171011/9e5d621d/attachment.bin>


More information about the llvm-commits mailing list