[PATCH] D126411: update_mir_test_checks: Better handling of common prefixes
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 27 14:56:03 PDT 2022
aemerson added inline comments.
================
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
----------------
arsenm wrote:
> Using -stop-after=instruction-select without -global-isel only works by accident. Probably should pick a different stopping point
Yeah, the right one is probably `finalize-isel`
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