[PATCH] D74080: [AArch64][GlobalISel][NFC] Factor out TB(N)Z emission code into its own function
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 14:26:01 PST 2020
aemerson accepted this revision.
aemerson added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp:1127
+ assert(Bit < Size &&
+ "Bit to test must be smaler than the size of a test register!");
+ assert(Ty.isScalar() && "Expected a scalar!");
----------------
type smaler
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74080/new/
https://reviews.llvm.org/D74080
More information about the llvm-commits
mailing list