[PATCH] D140993: [DAGCombine] fold (sext (sext_inreg x)) -> (sext (trunc x))

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 09:41:28 PST 2023


RKSimon added a comment.

I'm a bit worried this will end up fighting the existing "(sext (truncate x)) -> (sextinreg x)" fold


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140993



More information about the llvm-commits mailing list