[PATCH] D36534: [aarch64] Support APInt and APFloat in ImmLeaf subclasses and make AArch64 use them.

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 14:38:41 PDT 2017


dsanders added a comment.

Removed the reference to zero-extending APInt's from the summary since this isn't in the patch anymore. IntImmLeaf with a predicate that uses `Imm->getZExtValue()` is equivalent so I didn't see a need to make uint64_t predicates separately.


https://reviews.llvm.org/D36534





More information about the llvm-commits mailing list