[clang] [CIR][CIRGen][Builtin][X86] Compress Store Intrinsics (PR #169648)
via cfe-commits
cfe-commits at lists.llvm.org
Fri May 8 00:13:13 PDT 2026
AnkitDubeycs25 wrote:
Sorry for the long delay! I've addressed all the review comments:
Updated function signature to use CIRGenBuilderTy &builder, mlir::Location loc
Switched to mlir::ValueRange
Moved test to clang/test/CIR/CodeGenBuiltins/X86/ with proper RUN/CIR/LLVM/OGCG check lines
Fixed clang-format issues
Rebased onto latest main
@andykaylor @bcardosolopes please take another look!
https://github.com/llvm/llvm-project/pull/169648
More information about the cfe-commits
mailing list