[PATCH] D121296: [GlobalIsel][X86] Legalization of G_IS_FPCLASS

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 03:49:10 PDT 2022


foad added inline comments.


================
Comment at: llvm/test/CodeGen/X86/GlobalISel/is_fpclass.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=x86_64 -global-isel | FileCheck %s -check-prefix=CHECK-64
----------------
Could you do this as a MIR test for the benefit of people who don't speak X86? See lots of legalize-*.mir examples in this directory.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121296/new/

https://reviews.llvm.org/D121296



More information about the llvm-commits mailing list