[PATCH] D126411: update_mir_test_checks: Better handling of common prefixes
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 27 13:36:05 PDT 2022
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
Thanks for finally doing this. This has wasted countless hours and is long overdue
================
Comment at: llvm/test/tools/UpdateTestChecks/update_mir_test_checks/Inputs/x86-multiple-prefixes.ll.expected:2
+; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -stop-after=instruction-select | FileCheck --check-prefixes=CHECK,NOAVX %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -stop-after=instruction-select -mattr=avx | FileCheck --check-prefixes=CHECK,AVX %s
----------------
Using -stop-after=instruction-select without -global-isel only works by accident. Probably should pick a different stopping point
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126411/new/
https://reviews.llvm.org/D126411
More information about the llvm-commits
mailing list