[PATCH] D108137: [AArch64][Global ISel] Add sext/zext improvements

Irina Dobrescu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 17 07:01:10 PDT 2021


Rin marked 2 inline comments as done.
Rin added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/arm64-atomic.ll:324
 ; CHECK-NOLSE-O1-NEXT:    mov w0, w8
 ; CHECK-NOLSE-O1-NEXT:    ret
 ;
----------------
Rin wrote:
> paquette wrote:
> > I don't think this test change is necessary.
> I think the test case was failing without the charge, but I'll switch it back and see if it works.
Nevermind, it seems this was only a change due to clang-format. I will get rid of it


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108137



More information about the llvm-commits mailing list