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

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 6 10:59:49 PST 2023


================
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=avx512f | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=avx512f -hoist-const-loads=false | FileCheck %s
----------------
RKSimon wrote:

Please can you drop this so we can see the test diff?

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


More information about the llvm-commits mailing list