[all-commits] [llvm/llvm-project] b53db8: [CIR] Upstream SelectOp and ShiftOp (#133405)
Morris Hafner via All-commits
all-commits at lists.llvm.org
Tue Apr 22 09:03:55 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b53db8913b1b0adf2236bca8ee68a6a971f9c708
https://github.com/llvm/llvm-project/commit/b53db8913b1b0adf2236bca8ee68a6a971f9c708
Author: Morris Hafner <mmha at users.noreply.github.com>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.h
M clang/test/CIR/CodeGen/binop.cpp
A clang/test/CIR/Lowering/select.cir
Log Message:
-----------
[CIR] Upstream SelectOp and ShiftOp (#133405)
Since SelectOp will only generated by a future pass that transforms a
TernaryOp this only includes the lowering bits.
This patch also improves the testing of the existing binary operators.
---------
Co-authored-by: Morris Hafner <mhafner at nvidia.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list