[PATCH] D44308: [ConstantFold] fp_binop AnyConstant, undef --> NaN
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 9 08:09:49 PST 2018
arsenm added inline comments.
================
Comment at: test/CodeGen/AMDGPU/skip-if-dead.ll:279-281
+define amdgpu_ps void @phi_use_def_before_kill(float %x) #0 {
bb:
+ %tmp = fadd float %x, 1.000000e+00
----------------
This is potentially a bad test change because this is now a divergent branch. Adding inreg to the parameter should fix it
https://reviews.llvm.org/D44308
More information about the llvm-commits
mailing list