[PATCH] D86323: [GISel] Correct the known bits of G_ANYEXT
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 20 17:09:53 PDT 2020
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM with int
================
Comment at: llvm/unittests/CodeGen/GlobalISel/KnownBitsTest.cpp:528-530
+ unsigned CopyRegAny = Copies[Copies.size() - 3];
+ unsigned CopyRegZ = Copies[Copies.size() - 2];
+ unsigned CopyRegS = Copies[Copies.size() - 1];
----------------
Register
================
Comment at: llvm/unittests/CodeGen/GlobalISel/KnownBitsTest.cpp:534
+ MachineInstr *Copy;
+ unsigned SrcReg;
+ KnownBits Res;
----------------
Register
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86323/new/
https://reviews.llvm.org/D86323
More information about the llvm-commits
mailing list