[PATCH] Show invariant lods in MMO dumping
Philip Reames
listmail at philipreames.com
Fri Jun 26 11:27:11 PDT 2015
Seems trivial and potentially useful. LGTM.
On 06/25/2015 02:32 PM, Matt Arsenault wrote:
> http://reviews.llvm.org/D10748
>
> Files:
> lib/CodeGen/MachineInstr.cpp
>
> Index: lib/CodeGen/MachineInstr.cpp
> ===================================================================
> --- lib/CodeGen/MachineInstr.cpp
> +++ lib/CodeGen/MachineInstr.cpp
> @@ -588,6 +588,9 @@
> if (MMO.isNonTemporal())
> OS << "(nontemporal)";
>
> + if (MMO.isInvariant())
> + OS << "(invariant)";
> +
> return OS;
> }
>
> EMAIL PREFERENCES
> http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150626/567cb7c4/attachment.html>
More information about the llvm-commits
mailing list