[llvm] [GISel] Add generic implementation for @llvm.expect.with.probability when optimizations are disabled (PR #117835)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 26 18:58:06 PST 2024
================
@@ -1,4 +1,5 @@
; RUN: llc < %s
+; RUN: llc -global-isel < %s
----------------
arsenm wrote:
The existing test is woefully inadequate. Should fix this in a pre-commit. This needs to have checks, and should not be a "Generic" test. Those cannot exist
https://github.com/llvm/llvm-project/pull/117835
More information about the llvm-commits
mailing list