[llvm] [GlobalISel][ARM] Legalization of G_CONSTANT using constant pool (PR #98308)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 23:52:08 PDT 2024


================
@@ -0,0 +1,31 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
+# RUN: llc -mtriple arm-- -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s
+
+--- |
+  define i32 @get_const() {
----------------
arsenm wrote:

Don't need the IR section 

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


More information about the llvm-commits mailing list