[PATCH] D87771: [AArch64] Emit zext move when the source of the zext is AssertZext or AssertSext
weiwei via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 17 09:30:46 PDT 2020
wwei added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/arm64-assert-zext-sext.ll:1
+; RUN: llc -O2 -mtriple=aarch64-linux-gnu < %s | FileCheck %s
+
----------------
efriedma wrote:
> This testcase is way too complicated; can you extract out the bit that actually triggers this issue?
Done, test cases have been simplified,
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87771/new/
https://reviews.llvm.org/D87771
More information about the llvm-commits
mailing list