The freeze issue was reported here
https://llvm.discourse.group/t/bug-or-feature-freeze-instruction/3639
I don't have a test for AssertAlign. I just noticed it was missing
and assume it should be similar to the other two Asserts.
Paths
| Differential D104178
[X86] Add ISD::FREEZE and ISD::AssertAlign to the list of opcodes that don't guarantee upper 32 bits are zero. ClosedPublic Authored by craig.topper on Jun 11 2021, 11:57 PM.
Details Summary The freeze issue was reported here I don't have a test for AssertAlign. I just noticed it was missing
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 12 2021, 1:35 AM
Closed by commit rGc997867dc084: [X86] Add ISD::FREEZE and ISD::AssertAlign to the list of opcodes that don't… (authored by craig.topper). · Explain WhyJun 12 2021, 9:56 AM This revision was automatically updated to reflect the committed changes. Comment Actions
Merge request filed as PR50695
Revision Contents
Diff 351669 llvm/lib/Target/X86/X86InstrCompiler.td
llvm/test/CodeGen/X86/freeze.ll
|
Nit: Should add comments for AssertAlign and FREEZE?