[all-commits] [llvm/llvm-project] 6e440e: [RISCV][ISel] Finally fix the UBSan error
qcolombet via All-commits
all-commits at lists.llvm.org
Wed Oct 5 14:43:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e440ee2aa76a8a9b71b5f0d4efc5f9d0301d119
https://github.com/llvm/llvm-project/commit/6e440ee2aa76a8a9b71b5f0d4efc5f9d0301d119
Author: Quentin Colombet <quentin.colombet at gmail.com>
Date: 2022-10-05 (Wed, 05 Oct 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[RISCV][ISel] Finally fix the UBSan error
Forgot another SDValue check and a boolean initialization.
More information about the All-commits
mailing list