[PATCH] D14483: Destructor loads of struct that do not contains padding in InstCombine.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 11 15:16:46 PST 2015


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

LTGM. We can always revisit the caching later if it shows up on a profile.


================
Comment at: lib/IR/DataLayout.cpp:71
@@ -70,4 +70,3 @@
 
-
 /// getElementContainingOffset - Given a valid offset into the structure,
 /// return the structure index that contains it.
----------------
Remove the empty line change


http://reviews.llvm.org/D14483





More information about the llvm-commits mailing list