[llvm-commits] [Patch] Make sure isIdenticalTo takes into account the machine mem operands

Villmow, Micah Micah.Villmow at amd.com
Tue Sep 18 10:34:45 PDT 2012


Ping!

From: llvm-commits-bounces at cs.uiuc.edu [mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of Villmow, Micah
Sent: Thursday, September 06, 2012 10:03 AM
To: llvm-commits at cs.uiuc.edu
Subject: [llvm-commits] [Patch] Make sure isIdenticalTo takes into account the machine mem operands

In some cases, MI->isIdenticalTo can return true when everything is equal but the mem operands. This makes sure that the machine mem operands are taken into account when checking if a MachineInstruction is equal to another.

Thanks,
Micah
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120918/51f883cc/attachment.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: MI_isIdenticalTo.txt
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120918/51f883cc/attachment.txt>


More information about the llvm-commits mailing list