[PATCH] D45146: [x86] Introduce a pass to begin more systematically fixing PR36028 and similar issues.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 9 18:45:28 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL329657: [x86] Introduce a pass to begin more systematically fixing PR36028 and similar… (authored by chandlerc, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D45146?vs=141589&id=141779#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D45146

Files:
  llvm/trunk/include/llvm/CodeGen/MachineBasicBlock.h
  llvm/trunk/lib/CodeGen/MachineBasicBlock.cpp
  llvm/trunk/lib/Target/X86/CMakeLists.txt
  llvm/trunk/lib/Target/X86/X86.h
  llvm/trunk/lib/Target/X86/X86FlagsCopyLowering.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.h
  llvm/trunk/lib/Target/X86/X86InstrInfo.cpp
  llvm/trunk/lib/Target/X86/X86TargetMachine.cpp
  llvm/trunk/test/CodeGen/X86/GlobalISel/add-scalar.ll
  llvm/trunk/test/CodeGen/X86/O0-pipeline.ll
  llvm/trunk/test/CodeGen/X86/O3-pipeline.ll
  llvm/trunk/test/CodeGen/X86/clobber-fi0.ll
  llvm/trunk/test/CodeGen/X86/cmpxchg-clobber-flags.ll
  llvm/trunk/test/CodeGen/X86/copy-eflags.ll
  llvm/trunk/test/CodeGen/X86/eflags-copy-expansion.mir
  llvm/trunk/test/CodeGen/X86/flags-copy-lowering.mir
  llvm/trunk/test/CodeGen/X86/mul-i1024.ll
  llvm/trunk/test/CodeGen/X86/peephole-na-phys-copy-folding.ll
  llvm/trunk/test/CodeGen/X86/win64_frame.ll
  llvm/trunk/test/CodeGen/X86/x86-repmov-copy-eflags.ll





More information about the llvm-commits mailing list