[clang] [llvm] [X86][CodeGen] - Use shift operators for const value shifts, instead of built-ins for SSE emulation of MMX intrinsics. (PR #129197)

2025-03-19 Thread Pawan Nirpal via cfe-commits
pawan-nirpal-031 wrote: ping @arsenm https://github.com/llvm/llvm-project/pull/129197 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [X86][CodeGen] - Use shift operators instead of built-ins for SSE emulation of MMX intrinsics. (PR #129197)

2025-02-27 Thread Pawan Nirpal via cfe-commits
pawan-nirpal-031 wrote: @e-kud @phoebewang @mahesh-attarde @arsenm could you please review. https://github.com/llvm/llvm-project/pull/129197 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-co

[clang] [llvm] [X86][CodeGen] - Use shift operators instead of built-ins for SSE emulation of MMX intrinsics. (PR #129197)

2025-02-27 Thread Pawan Nirpal via cfe-commits
https://github.com/pawan-nirpal-031 edited https://github.com/llvm/llvm-project/pull/129197 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [X86][CodeGen] - Use shift operators for const value shifts, instead of built-ins for SSE emulation of MMX intrinsics. (PR #129197)

2025-02-28 Thread Pawan Nirpal via cfe-commits
https://github.com/pawan-nirpal-031 edited https://github.com/llvm/llvm-project/pull/129197 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][NFC] - Move attr-cpuspecific-cpus test over to Sema (PR #146065)

2025-06-27 Thread Pawan Nirpal via cfe-commits
https://github.com/pawan-nirpal-031 created https://github.com/llvm/llvm-project/pull/146065 The attr-cpuspecific-cpus test does not have any LLVM IR checks relevant to Codegen, Moving the test over to clang/test/Sema. >From 557821de15a610bc02e6e144910fc8708652bc6c Mon Sep 17 00:00:00 2001 F

[clang] [Clang][NFC] - Move attr-cpuspecific-cpus test over to Sema (PR #146065)

2025-06-27 Thread Pawan Nirpal via cfe-commits
https://github.com/pawan-nirpal-031 updated https://github.com/llvm/llvm-project/pull/146065 >From 557821de15a610bc02e6e144910fc8708652bc6c Mon Sep 17 00:00:00 2001 From: Pawan Anil Nirpal Date: Fri, 27 Jun 2025 05:08:59 -0700 Subject: [PATCH 1/2] [Clang][NFC] - Move attr-cpuspecific-cpus test

[clang] [Clang][NFC] - Move attr-cpuspecific-cpus test over to Sema (PR #146065)

2025-06-27 Thread Pawan Nirpal via cfe-commits
pawan-nirpal-031 wrote: @AaronBallman can you please review. https://github.com/llvm/llvm-project/pull/146065 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits