[PATCH] D73339: [RISCV] Compress instructions based on function features
Ana Pazos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 31 15:49:14 PST 2020
apazos added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/compress2.ll:6
+
+; This is a duplicate of compress.ll, except that the compressed extension is
+; enabled via function attributes (as would happen with LTO), we should expect
----------------
Maybe a more meaningful name is compress-attribute.ll?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73339/new/
https://reviews.llvm.org/D73339
More information about the llvm-commits
mailing list