[PATCH] D76199: GlobalISel: Fix round lowering

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 16 07:00:06 PDT 2020


foad added a comment.

Looks OK technically. Why is it useful to lower round and floor in terms of trunc? Is trunc somehow more primitive, or more commonly legal? Does the AMDGPU backend use any of this?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76199/new/

https://reviews.llvm.org/D76199





More information about the llvm-commits mailing list