[all-commits] [llvm/llvm-project] 0abaf3: Revert "[RISCV][CostModel] VPIntrinsics have same ...

Stella Laurenzo via All-commits all-commits at lists.llvm.org
Fri Oct 6 11:46:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0abaf3caee88ae74def2c7000aff8e61b24634bb
      https://github.com/llvm/llvm-project/commit/0abaf3caee88ae74def2c7000aff8e61b24634bb
  Author: Stella Laurenzo <stellaraccident at gmail.com>
  Date:   2023-10-06 (Fri, 06 Oct 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/BasicTTIImpl.h
    M llvm/test/Analysis/CostModel/RISCV/gep.ll
    M llvm/test/Analysis/CostModel/RISCV/rvv-intrinsics.ll

  Log Message:
  -----------
  Revert "[RISCV][CostModel] VPIntrinsics have same cost as their non-vp counterparts (#67178)"

This reverts commit fc865c20345860f394448c228054beafc22a1d4d.

Triggering assert on X86:

```
iree-compile: /work/third_party/llvm-project/llvm/include/llvm/Support/Casting.h:662: decltype(auto) llvm::dyn_cast(From *) [To = llvm::PointerType, From = llvm::Type]: Assertion `detail::isPresent(Val) && "dyn_cast on a non-existent value"' failed.
```

See PR for comments and full stack trace.




More information about the All-commits mailing list