[PATCH] D17463: [AArch64] Fix isLegalAddImmediate() to return true for valid negative values.

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 13:41:40 PST 2016


mcrosier added a comment.

I don't believe FileCheck is going to recognize CHECK_LABEL as a directive.  Also, the CHECK-LABEL directive is generally used to check function names, not basic block labels as the are expected to match once and only one per file; function names can't repeat while basic block names certainly can.

Chad


http://reviews.llvm.org/D17463





More information about the llvm-commits mailing list