[llvm] [CodeGen] Add nneg and disjoint flags (PR #86650)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 26 07:32:10 PDT 2024


================
@@ -0,0 +1,77 @@
+; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 4
+; RUN: llc -mtriple=aarch64-linux-gnu -O0 -stop-after=irtranslator -global-isel -verify-machineinstrs %s -o - 2>&1 | FileCheck %s
+
+define i32 @call_nneg(i16 %a) {
----------------
tschuett wrote:

Done.

https://github.com/llvm/llvm-project/pull/86650


More information about the llvm-commits mailing list