[PATCH] D151848: [X86, Peephole] Enable FoldImmediate for X86

Guozhi Wei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 27 12:49:46 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9a091de7fe83: [X86, Peephole] Enable FoldImmediate for X86 (authored by Carrot).

Changed prior to commit:
  https://reviews.llvm.org/D151848?vs=557882&id=557921#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151848/new/

https://reviews.llvm.org/D151848

Files:
  llvm/include/llvm/CodeGen/MachineFunction.h
  llvm/include/llvm/CodeGen/MachineInstr.h
  llvm/lib/CodeGen/MachineFunction.cpp
  llvm/lib/CodeGen/MachineInstr.cpp
  llvm/lib/CodeGen/PeepholeOptimizer.cpp
  llvm/lib/Target/X86/X86InstrInfo.cpp
  llvm/lib/Target/X86/X86InstrInfo.h
  llvm/test/CodeGen/AMDGPU/peephole-fold-imm.mir
  llvm/test/CodeGen/X86/GlobalISel/phi.ll
  llvm/test/CodeGen/X86/div-rem-pair-recomposition-signed.ll
  llvm/test/CodeGen/X86/div-rem-pair-recomposition-unsigned.ll
  llvm/test/CodeGen/X86/fast-isel-freeze.ll
  llvm/test/CodeGen/X86/foldimmediate-size.ll
  llvm/test/CodeGen/X86/foldimmediate.mir
  llvm/test/CodeGen/X86/isel-icmp.ll
  llvm/test/CodeGen/X86/pcsections-atomics.ll
  llvm/test/CodeGen/X86/peephole-copy.ll
  llvm/test/CodeGen/X86/peephole-copy.mir
  llvm/test/CodeGen/X86/physreg-pairs.ll
  llvm/test/CodeGen/X86/popcnt.ll
  llvm/test/CodeGen/X86/ragreedy-hoist-spill.ll
  llvm/test/CodeGen/X86/remat-phys-dead.ll
  llvm/test/CodeGen/X86/select_const_i128.ll
  llvm/test/CodeGen/X86/shrink_vmul.ll
  llvm/test/CodeGen/X86/speculative-load-hardening-call-and-ret.ll
  llvm/test/CodeGen/X86/swifterror.ll
  llvm/test/CodeGen/X86/vector-shuffle-combining-avx512bwvl.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151848.557921.patch
Type: text/x-patch
Size: 411542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20231027/40f7209f/attachment-0001.bin>


More information about the llvm-commits mailing list