[llvm-branch-commits] [CodeGen] Add default lowering for llvm.allow.{runtime, ubsan}.check() (PR #86049)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Mar 21 05:13:05 PDT 2024
================
@@ -0,0 +1,30 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
+; RUN: llc < %s -mtriple=aarch64 | FileCheck %s
----------------
arsenm wrote:
Should use explicit -global-isel=0 for the dag test
https://github.com/llvm/llvm-project/pull/86049
More information about the llvm-branch-commits
mailing list