[PATCH] D29014: [SelDag][MIR] Add FREEZE
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 13 22:52:51 PST 2019
aqjune marked an inline comment as done.
aqjune added inline comments.
================
Comment at: llvm/test/CodeGen/X86/freeze-mir.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -verify-machineinstrs -o - -stop-after=finalize-isel %s 2>&1 | FileCheck %s --check-prefix=X86MIR
----------------
I made a separate `freeze-mir.ll` file for mir test because `update_mir_test_checks.py` did not work after `freeze.ll` is processed with `update_llc_test_checks.py`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D29014/new/
https://reviews.llvm.org/D29014
More information about the llvm-commits
mailing list