[llvm-commits] [pr1225] Fix using instcombine instead of instsimplify

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Apr 3 06:20:48 PDT 2012


> It worked. I have committed the metadata bits. The updated patch for
> instcombine is attached.


In the attached patch I also changed the dag version of
computeMaskedBits. I have run the test-sutite and I have attached the
resulting json files, but unfortunately I am not able to compare them
in lnt. A quick check with diff does show some improvements:

         {
             "Data": [
-                0.1333
+                0.1256
             ],
             "Info": {},
             "Name":
"nts.MultiSource/Benchmarks/Trimaran/enc-md5/enc-md5.compile"
         },
         {
             "Data": [
-                1.5127
+                1.5115
             ],
             "Info": {},
             "Name": "nts.MultiSource/Benchmarks/Trimaran/enc-md5/enc-md5.exec"
         },

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: application/octet-stream
Size: 107627 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120403/52e47187/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build-dag.json.bz2
Type: application/x-bzip2
Size: 8727 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120403/52e47187/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build-master.json.bz2
Type: application/x-bzip2
Size: 8680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120403/52e47187/attachment-0001.bin>


More information about the llvm-commits mailing list