[llvm] X86: Add pattern for optimized BLSIC IR form (PR #209814)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 08:11:26 PDT 2026


================
@@ -909,6 +909,53 @@ define i64 @test_x86_tbm_blsic_u64_sle(i64 %a, i64 %b, i64 %c) nounwind {
   ret i64 %t4
 }
 
+
+define i32 @test_blsic_original(i32 %x) {
----------------
nikic wrote:

The update script should update them automatically.

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


More information about the llvm-commits mailing list