[llvm] [llvm][InstCombine] bitcast bfloat half castpair bug (PR #79832)

David Green via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 02:51:20 PST 2024


================
@@ -0,0 +1,70 @@
+; RUN: opt -S %s | FileCheck %s
----------------
davemgreen wrote:

You probably want to add -passes=instcombine and generating the check lines with the update_test_checks.py script would be good. It keep the tests more standard and maintainable.

https://github.com/llvm/llvm-project/pull/79832


More information about the llvm-commits mailing list