[all-commits] [llvm/llvm-project] ac33c3: [InstCombine] add tests for FP<->int casts; NFC
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Fri Apr 29 12:37:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac33c335bd9997e80c25c384b5a559cdeac6ba68
https://github.com/llvm/llvm-project/commit/ac33c335bd9997e80c25c384b5a559cdeac6ba68
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-04-29 (Fri, 29 Apr 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/sitofp.ll
Log Message:
-----------
[InstCombine] add tests for FP<->int casts; NFC
This overlaps with at least some existing tests,
but the smaller types should be faster for alive2
to verify. We know that at least one of these is
currently wrong (miscompile) as shown in #55150.
More information about the All-commits
mailing list