aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitstream/Reader/BitstreamReader.cpp
diff options
context:
space:
mode:
authorMubariz Afzal <mubarizafzal@gmail.com>2022-02-15 18:11:50 -0500
committerNeumann Hon <neumann.hon@ibm.com>2022-02-15 18:11:57 -0500
commitea0676f97d734196b15da7553cd407e6a36cef2d (patch)
tree004bcce2f4969ed5a077d39f1a673acb47a7207b /llvm/lib/Bitstream/Reader/BitstreamReader.cpp
parentfaab70b7838b1d47067e72ed7ba8313a389cb314 (diff)
downloadllvm-ea0676f97d734196b15da7553cd407e6a36cef2d.zip
llvm-ea0676f97d734196b15da7553cd407e6a36cef2d.tar.gz
llvm-ea0676f97d734196b15da7553cd407e6a36cef2d.tar.bz2
[SystemZ][z/OS] Fix f32 variadic argument assertion
The tablegen lines that specify the XPLINK64 calling convention for promoting an f32 vararg to an f64 are effectively overwritten by the following tablegen line which bitcast an f64 vararg to an i64 (so that it can be used in the GPRs). It becomes a bitcast from f32 to i64. Since we don't handle a bitcast for f32s this caused an assertion.
Diffstat (limited to 'llvm/lib/Bitstream/Reader/BitstreamReader.cpp')
0 files changed, 0 insertions, 0 deletions