[clang] [clang] Resolve FIXME in altivec.h (PR #78905)

Anton Korobeynikov via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 27 07:29:45 PST 2024


asl wrote:

I do not thing this is a proper fix and that it actually improves anything. "Treat as signed 5-bit literal" means that:
 - Only allow literal parameters
 - Only allow integers that would fit into 5-bit signed immediate

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


More information about the cfe-commits mailing list