[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:
Can use extractBits instead of lshr+trunc.
https://github.com/llvm/llvm-project/pull/179640
More information about the llvm-commits
mailing list