[llvm] [InstSimplify] Add poison propagation for trivially vectorizable intrinsics (PR #149243)
Jasmine Tang via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 18 14:00:50 PDT 2025
================
@@ -5213,121 +5213,15 @@ define float @v_exp_f32_dynamic_mode(float %in) #1 {
}
define float @v_exp_f32_undef() {
-; VI-SDAG-LABEL: v_exp_f32_undef:
----------------
badumbatish wrote:
as a general guideline, should I merge it with 1 approval or 2? I just got commit merge but not sure whats the norm here @arsenm
https://github.com/llvm/llvm-project/pull/149243
More information about the llvm-commits
mailing list