[llvm] [MachineLICM] Allow hoisting loads from invariant address (PR #70796)

Igor Kirillov via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 1 07:04:49 PDT 2023


================
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mtriple=aarch64-linux-gnu -o - %s | FileCheck %s
+; RUN: llc -mtriple=aarch64-linux-gnu -hoist-const-loads=false -o - %s | FileCheck %s
----------------
igogo-x86 wrote:

Do you mean to hoist the load manually in a separate commit or just update the check lines together with the patch?

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


More information about the llvm-commits mailing list