[llvm] [X86, SimplifyCFG] Support hoisting load/store with conditional faulting (Part I) (PR #96878)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 26 13:22:46 PDT 2024
================
@@ -0,0 +1,40 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt < %s -mtriple=x86_64 -mattr=+cf -O1 -S | FileCheck %s
----------------
goldsteinn wrote:
Instead of all `-O1` can you just run `simplifycfg` pass?
https://github.com/llvm/llvm-project/pull/96878
More information about the llvm-commits
mailing list