aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorMichael Maitland <michaeltmaitland@gmail.com>2023-12-30 11:31:26 -0500
committerGitHub <noreply@github.com>2023-12-30 11:31:26 -0500
commitfa8347fbc602d78a7e4297aa83a686b62943d828 (patch)
tree199978b7f2e590255344c964485a987388675866 /llvm/docs/CommandGuide
parent81cedac8f60cf5a0c2c3724a8260d46792b9d637 (diff)
downloadllvm-fa8347fbc602d78a7e4297aa83a686b62943d828.zip
llvm-fa8347fbc602d78a7e4297aa83a686b62943d828.tar.gz
llvm-fa8347fbc602d78a7e4297aa83a686b62943d828.tar.bz2
[Clang][RISCV] bfloat uses 'y' instead of 'b' (#76575)
Builtins.def says that bfloat should be represented by the 'y' character, not the 'b' character. The 'b' character is specified to represent boolean. The implementation currently uses 'b' correctly for boolean and incorrectly re-uses 'b' for bfloat. This was not caught since no builtins are emitted in build/tools/clang/include/clang/Basic/riscv_sifive_vector_builtins.inc. Don't know that we can test this without creating builtins that expose this issue, although I'm not sure we really want to do that.
Diffstat (limited to 'llvm/docs/CommandGuide')
0 files changed, 0 insertions, 0 deletions