[llvm] [GISel] Add generic implementation for @llvm.expect.with.probability when optimizations are disabled (PR #117835)

via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 26 20:01:44 PST 2024


================
@@ -1,4 +1,5 @@
 ; RUN: llc < %s
+; RUN: llc -global-isel < %s
 
----------------
antangelo wrote:

I have moved testing for GISel to the AArch64 IRTranslator no-op intrinsics suite, where similar tests lie, and removed the update to the generic one. I'll update the SelectionDAG tests to be specific and remove the generic one altogether separately.

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


More information about the llvm-commits mailing list