[PATCH] D93571: [TableGen][ARM][X86] Detect combining IntrReadMem and IntrWriteMem.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 19 11:23:59 PST 2020


RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/include/llvm/IR/IntrinsicsARM.td:822
                                     [],
-                                    [IntrReadMem, IntrWriteMem]>;
+                                    []>;
 
----------------
maybe clean this up onto a single line now?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93571/new/

https://reviews.llvm.org/D93571



More information about the llvm-commits mailing list