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

Guozhi Wei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 21 22:47:06 PDT 2023


Carrot updated this revision to Diff 557219.
Carrot marked 4 inline comments as done.

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

https://reviews.llvm.org/D151848

Files:
  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/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/pcsections-atomics.ll
  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/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.557219.patch
Type: text/x-patch
Size: 400101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230922/670c3200/attachment-0001.bin>


More information about the llvm-commits mailing list