This revision fixes an incorrect type cast from Instruction to ICmpInstr, which should have been to FCmpInstr instead. It turns out that StrategiesTest.cpp was missing a test case for InstModificationIRStrategy and FCmp, which is also now implemented in this revision. After this revision, llvm-stress in D148854 no longer crashes randomly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The commit does not list the original author as the author.
If a patch is not uploaded with arc diff 'HEAD^', arc patch D148972 does not have the author information. You'll need to fix it with git commit --amend --author=
Comment Actions
Thanks, it's my first time to commit for someone, I am working on it. It's already pushed to main, so can I revert that change and push a new commit again?