[all-commits] [llvm/llvm-project] f67dfb: [RISCV] Use unsigned types for orc_b builtins.
Craig Topper via All-commits
all-commits at lists.llvm.org
Sun Jun 25 22:54:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f67dfb3cdb4b980103e262fb4c575e6310032dd4
https://github.com/llvm/llvm-project/commit/f67dfb3cdb4b980103e262fb4c575e6310032dd4
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-06-25 (Sun, 25 Jun 2023)
Changed paths:
M clang/include/clang/Basic/BuiltinsRISCV.def
M clang/test/CodeGen/RISCV/rvb-intrinsics/riscv32-zbb-error.c
M clang/test/CodeGen/RISCV/rvb-intrinsics/riscv32-zbb.c
M clang/test/CodeGen/RISCV/rvb-intrinsics/riscv64-zbb.c
Log Message:
-----------
[RISCV] Use unsigned types for orc_b builtins.
Inspired by D153235, I think bit manipulation makes more
sense on unsigned types.
Reviewed By: Jim
Differential Revision: https://reviews.llvm.org/D153403
More information about the All-commits
mailing list