[llvm] [InstCombine] Combine ptrauth constant callee into bundle. (PR #94706)
Daniil Kovalev via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 16 22:12:47 PDT 2024
================
@@ -0,0 +1,89 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt < %s -passes=instcombine -S | FileCheck %s
+
+target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
----------------
kovdan01 wrote:
Is manually specifying datalayout mandatory here or can we omit that?
https://github.com/llvm/llvm-project/pull/94706
More information about the llvm-commits
mailing list