Details
Details
- Reviewers
Petar.Avramovic pengfei
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,080 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Event Timeline
Comment Actions
Is this some advanced compiler warning? It looks that assert can't trigger because of if (!Reg) and getConstantVRegValWithLookThrough already checked that Reg is defined by G_FCONSTANT via isFConstant
Comment Actions
yeah i checked the code, you're right. getFConstantVRegValWithLookThrough's isFConstant ensure Reg is defined by TargetOpcode::G_FCONSTANT @Petar.Avramovic