[PATCH] D43093: [FastISel] Sink local value materializations to first use

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 14 14:57:10 PDT 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL327581: [FastISel] Sink local value materializations to first use (authored by rnk, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D43093?vs=138445&id=138458#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D43093

Files:
  llvm/trunk/include/llvm/CodeGen/FastISel.h
  llvm/trunk/include/llvm/CodeGen/FunctionLoweringInfo.h
  llvm/trunk/lib/CodeGen/SelectionDAG/FastISel.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  llvm/trunk/test/CodeGen/AArch64/arm64-abi_align.ll
  llvm/trunk/test/CodeGen/AArch64/arm64-fast-isel-call.ll
  llvm/trunk/test/CodeGen/AArch64/arm64-fast-isel-gv.ll
  llvm/trunk/test/CodeGen/AArch64/arm64-fast-isel-intrinsic.ll
  llvm/trunk/test/CodeGen/AArch64/arm64-fast-isel.ll
  llvm/trunk/test/CodeGen/AArch64/arm64-patchpoint-webkit_jscc.ll
  llvm/trunk/test/CodeGen/AArch64/swifterror.ll
  llvm/trunk/test/CodeGen/ARM/fast-isel-call.ll
  llvm/trunk/test/CodeGen/ARM/fast-isel-intrinsic.ll
  llvm/trunk/test/CodeGen/ARM/fast-isel-select.ll
  llvm/trunk/test/CodeGen/ARM/fast-isel-vararg.ll
  llvm/trunk/test/CodeGen/ARM/swifterror.ll
  llvm/trunk/test/CodeGen/Mips/Fast-ISel/callabi.ll
  llvm/trunk/test/CodeGen/Mips/Fast-ISel/simplestore.ll
  llvm/trunk/test/CodeGen/Mips/Fast-ISel/simplestorei.ll
  llvm/trunk/test/CodeGen/X86/avx512-mask-zext-bugfix.ll
  llvm/trunk/test/CodeGen/X86/bmi-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/fast-isel-call-cleanup.ll
  llvm/trunk/test/CodeGen/X86/fast-isel-store.ll
  llvm/trunk/test/CodeGen/X86/inreg.ll
  llvm/trunk/test/CodeGen/X86/pr32241.ll
  llvm/trunk/test/CodeGen/X86/pr32284.ll
  llvm/trunk/test/CodeGen/X86/pr32340.ll
  llvm/trunk/test/CodeGen/X86/pr32345.ll
  llvm/trunk/test/CodeGen/X86/pr32484.ll
  llvm/trunk/test/CodeGen/X86/sink-local-value.ll
  llvm/trunk/test/CodeGen/X86/sse-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/win32_sret.ll
  llvm/trunk/test/DebugInfo/COFF/lines-bb-start.ll
  llvm/trunk/test/DebugInfo/Mips/delay-slot.ll
  llvm/trunk/test/DebugInfo/X86/debug-loc-asan.ll
  llvm/trunk/test/DebugInfo/X86/prologue-stack.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43093.138458.patch
Type: text/x-patch
Size: 76757 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180314/3103f6d1/attachment-0001.bin>


More information about the llvm-commits mailing list