Index: src/IceCfg.h |
diff --git a/src/IceCfg.h b/src/IceCfg.h |
index 7c53b1deb9a7c43829cb15bcaff2768e6fb29bb6..f330937a9b295013f1ade988a1058a7e276a60c8 100644 |
--- a/src/IceCfg.h |
+++ b/src/IceCfg.h |
@@ -206,6 +206,9 @@ public: |
/// entry block and emit stack or frame pointer-relative addressing. |
void processAllocas(bool SortAndCombine); |
void doAddressOpt(); |
+ /// Find clusters of insertelement/extractelements instructions that can be |
Jim Stichnoth
2016/04/20 23:43:11
extractelement
John
2016/04/21 00:02:18
Done.
|
+ /// replaced by a shufflevector instruction. |
+ void materializeVectorShuffles(); |
void doArgLowering(); |
void doNopInsertion(); |
void genCode(); |