[clang] [llvm] [RISCV][P-ext] Support Packed Element Extract (PR #221565)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 7 12:07:30 PDT 2026


================
@@ -0,0 +1,30 @@
+// REQUIRES: riscv-registered-target
----------------
topperc wrote:

Does this test really require the riscv-target?

Should it be in Sema rather than CodeGen? It doesn't generate any code.

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


More information about the cfe-commits mailing list