[PATCH] D76523: [GlobalISel] Combine G_SELECTs of the form (cond ? x : x) into x

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 23 16:54:07 PDT 2020


paquette updated this revision to Diff 252175.
paquette added a comment.

Remove redundant asserts, fix incorrect assert


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

https://reviews.llvm.org/D76523

Files:
  llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
  llvm/include/llvm/Target/GlobalISel/Combine.td
  llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-select.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76523.252175.patch
Type: text/x-patch
Size: 7465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200323/269d24b9/attachment.bin>


More information about the llvm-commits mailing list