[llvm] [SDISel][Builder] Fix the instantiation of <1 x bfloat|half> (PR #94591)
Quentin Colombet via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 6 08:31:18 PDT 2024
================
@@ -0,0 +1,110 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -global-isel=0 -mcpu=generic -mtriple=x86_64-apple-darwin %s -o - | FileCheck %s
----------------
qcolombet wrote:
I wanted to make it explicit in case we make progress on the GISel port.
GISel does not have this issue and if we run this example through this framework, it doesn't test what it is meant to.
https://github.com/llvm/llvm-project/pull/94591
More information about the llvm-commits
mailing list