[PATCH] D27901: [X86][[AVX512] Code size reduction in X86 by replacing EVEX with VEX encoding

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 23 18:23:20 PST 2016


craig.topper added inline comments.


================
Comment at: lib/Target/X86/X86EvexToVex.cpp:111
+  for (MachineBasicBlock &MBB : MF)
+    rc = CompressEvexToVexImpl(MBB);
+
----------------
Don't we need to OR into rc? This just captures the last returned value.


Repository:
  rL LLVM

https://reviews.llvm.org/D27901





More information about the llvm-commits mailing list