[llvm] [ConstantFolding] Fix bitcasting vectors with non-integer ratios (PR #179640)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 1 09:01:55 PDT 2026


================

----------------
nikic wrote:

Why does one of these use getPrimitiveSizeInBits and the other uses DL? If these are both integers, getPrimitiveSizeInBits should work for both...

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


More information about the llvm-commits mailing list