[PATCH] D44400: Fix LLVM IR check lines in utils/update_cc_test_checks.py

Mikhail Dvoretckii via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 3 07:44:16 PDT 2018


mike.dvoretsky added a comment.

Could somebody here please clarify what's happening with test/CodeGen/X86/avx2-intrinsics-x86.ll? Before recent changes to the utils (https://reviews.llvm.org/D42654, https://reviews.llvm.org/D42805, this) it had a pattern ret{{l|q}} with which the same blocks of checks corresponded to 2 run lines each. Now the utils produce separate checks for those lines. Was this intended? If so, please update the tests after your changes, otherwise it may be an issue with the utils.


Repository:
  rL LLVM

https://reviews.llvm.org/D44400





More information about the llvm-commits mailing list