Displaying 1 result from an estimated 1 matches for "x86foldredundantinsert".
Did you mean:
x86foldredundantinserts
2013 Dec 05
3
[LLVMdev] X86 - Help on fixing a poor code generation bug
...part --------------
Index: lib/Target/X86/X86.h
===================================================================
--- lib/Target/X86/X86.h (revision 196508)
+++ lib/Target/X86/X86.h (working copy)
@@ -47,6 +47,8 @@
///
FunctionPass *createX86FloatingPointStackifierPass();
+FunctionPass *createX86FoldRedundantInsertsPass();
+
/// createX86IssueVZeroUpperPass - This pass inserts AVX vzeroupper instructions
/// before each call to avoid transition penalty between functions encoded with
/// AVX and SSE.
Index: lib/Target/X86/X86TargetMachine.cpp
=================================================================...