[llvm] [NVPTX] Implement isTruncateFree and isZExtFree for i32/i64 Optimizations (PR #114683)

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 11:21:49 PST 2024


================
@@ -0,0 +1,17 @@
+; RUN: llc -march=nvptx64 < %s | FileCheck %s
----------------
Artem-B wrote:

You may want to use `llvm/utils/update_llc_test_checks.py` to generate the checks.

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


More information about the llvm-commits mailing list