[llvm] [ARM][Codegen] Fix vector data miscompilation in arm32be (PR #105519)

via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 31 02:31:32 PDT 2024


Zhenhang1213 wrote:

> Did you manage to look into fixing PerformBITCASTCombine yet?

And I think if we don't fix by change ISD::BITCAST to ARMISD::VECTOR_REG_CAST,  could I Identify the failure scenario of this test case, and in PerformBITCASTCombine  function,  call ARMISD::VECTOR_REG_CAST?

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


More information about the llvm-commits mailing list