[llvm] [RISCV] Select Zvkb VANDN for shorter constant loading sequences (PR #123345)

Piotr Fusik via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 04:52:50 PST 2025


pfusik wrote:

> The RISCVDAGToDAGISel::selectInvLogicImm is getting executed when I tried to test it.

You are right, thank you.
I made a stupid mistake of debugging `clang` while building only `llc`.

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


More information about the llvm-commits mailing list