[PATCH] D99439: Update @llvm.powi to handle different int sizes for the exponent

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 26 07:55:35 PDT 2021


xbolva00 added a comment.

I think 16 bit int is same story as non 8-bit byte.

There are places where we check for 32. Hard to say how many, what is the real scope of thiw change.

if we allow 16bit int in upstream LLVM, we will just open door for non 8-bit byte..


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99439



More information about the llvm-commits mailing list