[PATCH] D83928: [ARM][TEST] Add a new test case of add-imm & sub-imm
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 08:52:12 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/test/CodeGen/ARM/add-sub-imm.ll:4
+
+; Check how immediates are handled in add/sub.
+
----------------
`;; ` probably works better. In the future, we can ask update_llc_test_checks.py to always retain `;; ` comments. (There is some intricate logic retaining `; ` comments)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83928/new/
https://reviews.llvm.org/D83928
More information about the llvm-commits
mailing list