[PATCH] D121318: Streamline X86DAGToDAGISel::PostprocessISelDAG; NFC

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 9 11:30:39 PST 2022


MatzeB created this revision.
MatzeB added reviewers: craig.topper, RKSimon, wenlei, modimo.
Herald added subscribers: pengfei, hiraditya, mcrosier.
Herald added a project: All.
MatzeB requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Refactor `X86DAGToDAGISel::PostprocessISelDAG` to be a single switch over the opcode and calling into a separate function for each transformation.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121318

Files:
  llvm/lib/Target/X86/X86ISelDAGToDAG.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121318.414170.patch
Type: text/x-patch
Size: 13357 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220309/07ccf858/attachment.bin>


More information about the llvm-commits mailing list