[PATCH] D124552: CodeGenPrepare: Replace constant PHI arguments with switch condition value

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 18:33:16 PDT 2022


MatzeB updated this revision to Diff 426887.
MatzeB edited the summary of this revision.
MatzeB added a comment.

Factored the truncation/extension code into a separate diff.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124552

Files:
  llvm/lib/CodeGen/CodeGenPrepare.cpp
  llvm/test/CodeGen/X86/ragreedy-hoist-spill.ll
  llvm/test/CodeGen/X86/speculative-load-hardening-indirect.ll
  llvm/test/CodeGen/X86/switch-phi-const.ll
  llvm/test/Transforms/CodeGenPrepare/X86/switch-phi-const.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124552.426887.patch
Type: text/x-patch
Size: 24666 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220504/68e4d0fa/attachment.bin>


More information about the llvm-commits mailing list