[PATCH] D91512: [AArch64][Isel] Avoid implicit zext for SIGN_EXTEND_INREG (TRUNCATE)

JinGu Kang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 14 04:28:59 PDT 2021


jaykang10 added a comment.

I wonder we can extend this check to other basic blocks.

For example, if the `trunc` is in other basic block, there could be `CopyFromReg` instead of `trunc` in current basic block. Can we detect the `trunc` in this case please?


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

https://reviews.llvm.org/D91512



More information about the llvm-commits mailing list