tbaederr wrote: > What's the benefit of hardcoding "32" here? Does it help simplify the > interpreter implementation somehow?
I hardcoded 32 because you said "I don't think there's any reason anyone would want to go narrower than 32 bits," in https://github.com/llvm/llvm-project/issues/136135, would you query the integer bitwidth or do something else? https://github.com/llvm/llvm-project/pull/171437 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
